storage:vcs:base: fix realtive -> relative typo in _u_abspath docstring.
authorW. Trevor King <wking@tremily.us>
Thu, 13 Sep 2012 15:47:51 +0000 (11:47 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 13 Sep 2012 15:47:51 +0000 (11:47 -0400)
libbe/storage/vcs/base.py

index 2a5f60033cd2344492426cd5ab3638e3cddd912b..0f36d2b14f29c27189e8a48a83a5802ec9c7abf8 100644 (file)
@@ -1032,7 +1032,7 @@ class VCS (libbe.storage.base.VersionedStorage):
         return relpath
 
     def _u_abspath(self, path, root=None):
-        """Return the absolute path from a path realtive to root.
+        """Return the absolute path from a path relative to root.
 
         Examples
         --------