deskbar-applet r2060 - in trunk: . deskbar/handlers deskbar/interfaces



Author: sebp
Date: Wed Apr  2 16:29:30 2008
New Revision: 2060
URL: http://svn.gnome.org/viewvc/deskbar-applet?rev=2060&view=rev

Log:
Fixed typo (wether => whether)

Modified:
   trunk/ChangeLog
   trunk/deskbar/handlers/files.py
   trunk/deskbar/interfaces/Action.py

Modified: trunk/deskbar/handlers/files.py
==============================================================================
--- trunk/deskbar/handlers/files.py	(original)
+++ trunk/deskbar/handlers/files.py	Wed Apr  2 16:29:30 2008
@@ -146,12 +146,12 @@
                 
 def filesystem_possible_completions(prefix, is_file=False):
     """
-    Given an path prefix, retreive the file/folders in it.
+    Given an path prefix, retrieve the file/folders in it.
     If files is False return only the folder, else return only the files.
     Return a tuple (list, prefix, relative)
       list is a list of files whose name starts with prefix
       prefix is the prefix effectively used, and is always a directory
-      relative is a flag indicating wether the given prefix was given without ~ or /
+      relative is a flag indicating whether the given prefix was given without ~ or /
     """
     relative = False
     # Path with no leading ~ or / are considered relative to ~

Modified: trunk/deskbar/interfaces/Action.py
==============================================================================
--- trunk/deskbar/interfaces/Action.py	(original)
+++ trunk/deskbar/interfaces/Action.py	Wed Apr  2 16:29:30 2008
@@ -100,7 +100,7 @@
     
     def is_valid(self):
         """
-        Tests wether the match is still valid, by default it's True.
+        Tests whether the match is still valid, by default it's True.
         
         For example if a file has moved, the file match is invalid
         """
@@ -108,7 +108,7 @@
     
     def skip_history(self):
         """
-        Wether the match should appear or not in the history dropdown
+        Whether the match should appear or not in the history dropdown
         (and thus be saved as history is saved)
         """
         return False
\ No newline at end of file



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