diff options
| author | dgp@users.sourceforge.net <dgp> | 2007-01-29 16:51:37 (GMT) |
|---|---|---|
| committer | dgp@users.sourceforge.net <dgp> | 2007-01-29 16:51:37 (GMT) |
| commit | a46d88cd017eb611769672a2b74b4433ba27257b (patch) | |
| tree | dfe3a13eb9228a61cd820b99e849020e2386c98e | |
| parent | 39d1426befbb32b6633eeb1f0ddfccdc939a09ac (diff) | |
| download | tcl-a46d88cd017eb611769672a2b74b4433ba27257b.zip tcl-a46d88cd017eb611769672a2b74b4433ba27257b.tar.gz tcl-a46d88cd017eb611769672a2b74b4433ba27257b.tar.bz2 | |
* doc/fcopy.n: Typo fix. [Bug 1630627]
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | doc/fcopy.n | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +2007-01-29 Don Porter <dgp@users.sourceforge.net> + + * doc/fcopy.n: Typo fix. [Bug 1630627] + 2007-01-28 Daniel Steffen <das@users.sourceforge.net> * macosx/Tcl.xcodeproj/project.pbxproj: extract build settings that diff --git a/doc/fcopy.n b/doc/fcopy.n index 8a0b28b..6513542 100644 --- a/doc/fcopy.n +++ b/doc/fcopy.n @@ -5,7 +5,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: fcopy.n,v 1.8 2006/11/20 10:14:17 dkf Exp $ +'\" RCS: @(#) $Id: fcopy.n,v 1.9 2007/01/29 16:51:38 dgp Exp $ '\" .so man.macros .TH fcopy n 8.0 Tcl "Tcl Built-In Commands" @@ -127,7 +127,7 @@ in the command callback proc CopyMore {in out chunk bytes {error {}}} { global total done incr total $bytes - if {([string length $error] != 0) || [eof $in] { + if {([string length $error] != 0) || [eof $in]} { set done $total close $in close $out |
