Author: manolo
Date: 2010-04-03 06:03:43 -0700 (Sat, 03 Apr 2010)
New Revision: 7415
Log:
Fixed databse typo.

Modified:
   branches/branch-1.3/FL/Fl_Preferences.H
   branches/branch-1.3/src/Fl_Preferences.cxx

Modified: branches/branch-1.3/FL/Fl_Preferences.H
===================================================================
--- branches/branch-1.3/FL/Fl_Preferences.H     2010-04-03 09:14:03 UTC (rev 
7414)
+++ branches/branch-1.3/FL/Fl_Preferences.H     2010-04-03 13:03:43 UTC (rev 
7415)
@@ -85,7 +85,7 @@
    
    ID's can be retrieved from an Fl_Preferences-Group and can then be used
    to create more Fl_Preference references to the same data set, as long as 
the 
-   databse remains open.
+   database remains open.
    */
   typedef void *ID;
   
@@ -105,7 +105,7 @@
    */
   ID id() { return (ID)node; }
   
-  /** Remove the group with this ID from a databse.
+  /** Remove the group with this ID from a database.
    */
   static char remove(ID id_) { return ((Node*)id_)->remove(); }
 

Modified: branches/branch-1.3/src/Fl_Preferences.cxx
===================================================================
--- branches/branch-1.3/src/Fl_Preferences.cxx  2010-04-03 09:14:03 UTC (rev 
7414)
+++ branches/branch-1.3/src/Fl_Preferences.cxx  2010-04-03 13:03:43 UTC (rev 
7415)
@@ -263,9 +263,9 @@
    \param[in] parent the parameter parent is a pointer to the parent group.
               \p Parent may be \p NULL. It then refers to an application 
internal
               database which exists only once, and remains in RAM only until 
the
-              application quits. This databse is used to manage plugins and 
other
+              application quits. This database is used to manage plugins and 
other
               data indexes by strings.
-   \param[in] group a group name that is used as a key into the databse
+   \param[in] group a group name that is used as a key into the database
    \see Fl_Preferences( Fl_Preferences&, const char *group )
  */
 Fl_Preferences::Fl_Preferences( Fl_Preferences *parent, const char *group )
@@ -326,7 +326,7 @@
  Create a new dataset access point using a dataset ID.
 
  ID's are a great way to remember shortcuts to database entries that are deeply
- nested in a preferences database, as long as the databse root is not deleted.
+ nested in a preferences database, as long as the database root is not deleted.
  An ID can be retrieved from any Fl_Preferences dataset, and can then be used
  to create multiple new references to the same dataset.
 
@@ -380,7 +380,7 @@
 
 
 /**
-  Copy the databse hierarchy to an Fl_Tree browser from this node down.
+  Copy the database hierarchy to an Fl_Tree browser from this node down.
  */
 char Fl_Preferences::copyTo(Fl_Tree *tree)
 {
@@ -1906,7 +1906,7 @@
 }
 
 /**
- * \brief This function adds a new plugin to the databse.
+ * \brief This function adds a new plugin to the database.
  *
  * There is no need to call this function explicitly. Every Fl_Plugin 
constructor
  * will call this function at initialization time.

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to