aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/storage/vcs/base.py
diff options
context:
space:
mode:
authorW. Trevor King <wking@tremily.us>2012-09-13 11:47:51 -0400
committerW. Trevor King <wking@tremily.us>2012-09-13 11:47:51 -0400
commit60355f0b8657928b838d97be531dc34564705758 (patch)
tree3e14f207b94496bc5b7b79ff531b2353e3dceb5c /libbe/storage/vcs/base.py
parentd4abd0e2cdf0dc5dead4adb863edd3adce48f1d7 (diff)
downloadbugseverywhere-60355f0b8657928b838d97be531dc34564705758.tar.gz
storage:vcs:base: fix realtive -> relative typo in _u_abspath docstring.
Diffstat (limited to 'libbe/storage/vcs/base.py')
-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
--------