summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-02-01 12:55:09 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-02-01 12:55:09 (GMT)
commit15e829bc91966b284e40edc9d89e54f78a805503 (patch)
treec88aa49f514b9a3b409133b3de76074826dd1bb4
parent99e306f09f45f63a694476f23508623afbda3921 (diff)
downloadtcl-15e829bc91966b284e40edc9d89e54f78a805503.zip
tcl-15e829bc91966b284e40edc9d89e54f78a805503.tar.gz
tcl-15e829bc91966b284e40edc9d89e54f78a805503.tar.bz2
[Bug 3482614]: Documentation nit.
-rw-r--r--ChangeLog4
-rw-r--r--doc/AddErrInfo.32
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 263cbfa..432fae4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-01 Donal K. Fellows <dkf@users.sf.net>
+
+ * doc/AddErrInfo.3: [Bug 3482614]: Documentation nit.
+
2012-01-26 Don Porter <dgp@users.sourceforge.net>
* generic/tclPathObj.c: [Bug 3475569]: Add checks for unshared values
diff --git a/doc/AddErrInfo.3 b/doc/AddErrInfo.3
index 45a0c41..136a16f 100644
--- a/doc/AddErrInfo.3
+++ b/doc/AddErrInfo.3
@@ -109,7 +109,7 @@ with the value of \fIcode\fR. The \fB(Tcl_Obj *)\fR returned
by \fBTcl_GetReturnOptions\fR points to an unshared
\fBTcl_Obj\fR with reference count of zero. The dictionary
may be written to, either adding, removing, or overwriting
-any entries in it, with the need to check for a shared object.
+any entries in it, without the need to check for a shared object.
.PP
A typical usage for \fBTcl_GetReturnOptions\fR is to
retrieve the stack trace when script evaluation returns