aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/vcs
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/storage/vcs')
-rw-r--r--libbe/storage/vcs/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/storage/vcs/base.py b/libbe/storage/vcs/base.py
index 2a5f600..0f36d2b 100644
--- a/libbe/storage/vcs/base.py
+++ b/libbe/storage/vcs/base.py
@@ -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
--------