From: W. Trevor King Date: Thu, 13 Sep 2012 15:47:51 +0000 (-0400) Subject: storage:vcs:base: fix realtive -> relative typo in _u_abspath docstring. X-Git-Tag: 1.1.0~81 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=60355f0b8657928b838d97be531dc34564705758;p=be.git storage:vcs:base: fix realtive -> relative typo in _u_abspath docstring. --- 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 --------