[dasher] spelling!



commit af89443270db9b8a98e07037e46c97ca351a3943
Author: Patrick Welche <prlw1 cam ac uk>
Date:   Sat Mar 13 20:03:14 2010 +0000

    spelling!

 ChangeLog                           |    2 +-
 Src/Gtk2/dasher_internal_buffer.cpp |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8f119ac..8dca4a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,7 +5,7 @@
 	* Win32: Remove Visual Studio 2002 and 2003 project files.
 	* Win32: Remove xsltproc from repository.
 	* Win32: Avoid zero smoothing.
-	* Gtk: Comment out a couple of overzelous assertions.
+	* Gtk: Comment out a couple of overzealous assertions.
 
 	From Tom Lawton:
 	* Win32: ModuleControl.h - correct header location
diff --git a/Src/Gtk2/dasher_internal_buffer.cpp b/Src/Gtk2/dasher_internal_buffer.cpp
index 265b800..0772f99 100644
--- a/Src/Gtk2/dasher_internal_buffer.cpp
+++ b/Src/Gtk2/dasher_internal_buffer.cpp
@@ -132,7 +132,7 @@ void dasher_internal_buffer_insert(DasherInternalBuffer *pSelf, const gchar *szT
 
   //  std::cout << "i: " << szText << " (" << iOffset << " " << gtk_text_buffer_get_char_count(pPrivate->pBuffer) << ")" << std::endl;
 
-  // This seems overzelous.
+  // This seems overzealous.
   // DASHER_ASSERT(gtk_text_buffer_get_char_count(pPrivate->pBuffer) == iOffset);
 
   gtk_text_buffer_delete_selection(pPrivate->pBuffer, false, true );
@@ -185,7 +185,7 @@ void dasher_internal_buffer_delete(DasherInternalBuffer *pSelf, int iLength, int
   delete end;
 
   //  std::cout << "d: " << iLength << " (" << iOffset << " " << gtk_text_buffer_get_char_count(pPrivate->pBuffer) << ")" << std::endl; 
-  // This seems overzelous.
+  // This seems overzealous.
   // DASHER_ASSERT(gtk_text_buffer_get_char_count(pPrivate->pBuffer) == iOffset);
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]