diff options
author | hobbs <hobbs> | 2007-12-13 00:28:40 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2007-12-13 00:28:40 (GMT) |
commit | 8f401244434ca3ab876d8efa799317d9e41c59f1 (patch) | |
tree | 93dd798e845655d01ea4c0d6c8d0340bd7cf9270 | |
parent | eab645efcaf1952d13741e71ca0568212af825b5 (diff) | |
download | tk-8f401244434ca3ab876d8efa799317d9e41c59f1.zip tk-8f401244434ca3ab876d8efa799317d9e41c59f1.tar.gz tk-8f401244434ca3ab876d8efa799317d9e41c59f1.tar.bz2 |
fix typos in comments
-rw-r--r-- | generic/tkText.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/generic/tkText.h b/generic/tkText.h index d691a2d..57b8e3c 100644 --- a/generic/tkText.h +++ b/generic/tkText.h @@ -9,7 +9,7 @@ * See the file "license.terms" for information on usage and redistribution of * this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tkText.h,v 1.32 2007/06/24 16:07:35 dkf Exp $ + * RCS: @(#) $Id: tkText.h,v 1.33 2007/12/13 00:28:40 hobbs Exp $ */ #ifndef _TKTEXT @@ -566,9 +566,9 @@ typedef struct TkSharedText { * statements. */ int autoSeparators; /* Non-zero means the separators will be * inserted automatically. */ - int modifiedSet; /* Flag indicating that the 'dirtynesss' of - * the text widget has been expplicitly set. */ - int isDirty; /* Flag indicating the 'dirtynesss' of the + int modifiedSet; /* Flag indicating that the 'dirtyness' of + * the text widget has been explicitly set. */ + int isDirty; /* Flag indicating the 'dirtyness' of the * text widget. If the flag is not zero, * unsaved modifications have been applied to * the text widget. */ |