projects
/
yaz-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f230abf
)
Comment typo
author
Mike Taylor
<mike@indexdata.com>
Tue, 23 May 2006 09:43:37 +0000
(09:43 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 23 May 2006 09:43:37 +0000
(09:43 +0000)
src/charconv.tcl
patch
|
blob
|
history
diff --git
a/src/charconv.tcl
b/src/charconv.tcl
index
36fed01
..
0f1ddc2
100755
(executable)
--- a/
src/charconv.tcl
+++ b/
src/charconv.tcl
@@
-1,8
+1,8
@@
#!/bin/sh
-# the next line restats using tclsh \
+# the next line restarts using tclsh \
if [ -f /usr/local/bin/tclsh8.4 ]; then exec tclsh8.4 "$0" "$@"; else exec tclsh "$0" "$@"; fi
#
-# $Id: charconv.tcl,v 1.15 2006-05-22 19:08:38 adam Exp $
+# $Id: charconv.tcl,v 1.16 2006-05-23 09:43:37 mike Exp $
proc usage {} {
puts {charconv.tcl: [-p prefix] [-s split] [-o ofile] file ... }