diff options
Diffstat (limited to 'tools/str2c')
-rw-r--r-- | tools/str2c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/str2c b/tools/str2c index 588abdf..e2c5208 100644 --- a/tools/str2c +++ b/tools/str2c @@ -29,7 +29,7 @@ proc translate {what} { set lg [string length $r] if {$lg<$MAX} { puts "/* - * Single part writeable string generated by str2c + * Single part writable string generated by str2c */ static char data\[\]=\"[translate $r]\";" } else { |