From 8f401244434ca3ab876d8efa799317d9e41c59f1 Mon Sep 17 00:00:00 2001 From: hobbs Date: Thu, 13 Dec 2007 00:28:40 +0000 Subject: fix typos in comments --- generic/tkText.h | 8 ++++---- 1 file 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. */ -- cgit v0.12