Fixing typo in comments
[nepi.git] / src / nepi / util / sshfuncs.py
index c00b494..2853941 100644 (file)
@@ -357,7 +357,8 @@ def rcopy(source, dest,
     
     Source can be a list of files to copy to a single destination, 
     (in which case it is advised that the destination be a folder),
-    a single string or a string list of colon-separeted files.
+    a single file in a string or a semi-colon separated list of files
+    in a string.
     """
 
     # Parse destination as <user>@<server>:<path>