conduit r1672 - in trunk: . conduit/dataproviders conduit/datatypes conduit/modules/N800Module



Author: jstowers
Date: Fri Aug 22 01:07:17 2008
New Revision: 1672
URL: http://svn.gnome.org/viewvc/conduit?rev=1672&view=rev

Log:
	* conduit/dataproviders/DataProvider.py:
	* conduit/datatypes/File.py:
	* conduit/modules/N800Module/N800Module.py: Fix doc typos.
	Fixes #548404 (Christian Schlotter)


Modified:
   trunk/   (props changed)
   trunk/ChangeLog
   trunk/conduit/dataproviders/DataProvider.py
   trunk/conduit/datatypes/File.py
   trunk/conduit/modules/N800Module/N800Module.py

Modified: trunk/conduit/dataproviders/DataProvider.py
==============================================================================
--- trunk/conduit/dataproviders/DataProvider.py	(original)
+++ trunk/conduit/dataproviders/DataProvider.py	Fri Aug 22 01:07:17 2008
@@ -406,8 +406,8 @@
         @type putData: A L{conduit.DataType.DataType} derived type that this 
         dataprovider is capable of handling
         @param overwrite: If this argument is True, the DP should overwrite
-        an existing datatype instace (if one exists). Generally used in conflict
-        resolution. 
+        an existing datatype instance (if one exists). Generally used in
+        conflict resolution. 
         @type overwrite: C{bool}
         @param LUID: A locally unique identifier representing the location
         where the data was previously put.

Modified: trunk/conduit/datatypes/File.py
==============================================================================
--- trunk/conduit/datatypes/File.py	(original)
+++ trunk/conduit/datatypes/File.py	Fri Aug 22 01:07:17 2008
@@ -546,7 +546,7 @@
         
 class ProxyFile(File):
     """
-    Pretends to be a file for the sake of comparison and transer. Typically
+    Pretends to be a file for the sake of comparison and transfer. Typically
     located on a remote, read only resource, such as http://. Once transferred
     to the local filesystem, it behaves just like a file.
     """

Modified: trunk/conduit/modules/N800Module/N800Module.py
==============================================================================
--- trunk/conduit/modules/N800Module/N800Module.py	(original)
+++ trunk/conduit/modules/N800Module/N800Module.py	Fri Aug 22 01:07:17 2008
@@ -188,7 +188,7 @@
     """
 
     _name_ = _("N800 Photos")
-    _description_ = _("Synchronizes video to a N800 device")
+    _description_ = _("Synchronizes photo to a N800 device")
     _in_type_ = "file/photo"
     _out_type_ = "file/photo"
     _icon_ = "image-x-generic"



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