SF.net SVN: geany: [2420] trunk/tagmanager/include

ntrel at users.sourceforge.net ntrel at xxxxx
Thu Mar 27 13:19:39 UTC 2008


Revision: 2420
          http://geany.svn.sourceforge.net/geany/?rev=2420&view=rev
Author:   ntrel
Date:     2008-03-27 06:19:39 -0700 (Thu, 27 Mar 2008)

Log Message:
-----------
Fix 2 doc typos.

Modified Paths:
--------------
    trunk/tagmanager/include/tm_source_file.h
    trunk/tagmanager/include/tm_work_object.h

Modified: trunk/tagmanager/include/tm_source_file.h
===================================================================
--- trunk/tagmanager/include/tm_source_file.h	2008-03-27 13:18:15 UTC (rev 2419)
+++ trunk/tagmanager/include/tm_source_file.h	2008-03-27 13:19:39 UTC (rev 2420)
@@ -75,7 +75,7 @@
 /*! Frees a TMSourceFile structure, including all contents */
 void tm_source_file_free(gpointer source_file);
 
-/*! Updates the source file by reparsing is the modification time is greater
+/*! Updates the source file by reparsing if the modification time is greater
  than the timestamp in the structure, or if force is TRUE. The tags array and
  the tags themselves are destroyed and re-created, hence any other tag arrays
  pointing to these tags should be rebuilt as well. All sorting information is

Modified: trunk/tagmanager/include/tm_work_object.h
===================================================================
--- trunk/tagmanager/include/tm_work_object.h	2008-03-27 13:18:15 UTC (rev 2419)
+++ trunk/tagmanager/include/tm_work_object.h	2008-03-27 13:19:39 UTC (rev 2420)
@@ -102,7 +102,7 @@
 	  , gboolean create);
 
 /*!
- Initializes a new TMWorkObject structure and returns a pointer to it. You souldn't
+ Initializes a new TMWorkObject structure and returns a pointer to it. You shouldn't
  have to call this function.
  \return NULL on failure
  \sa tm_source_file_new() , tm_project_new()


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list