From 60355f0b8657928b838d97be531dc34564705758 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 13 Sep 2012 11:47:51 -0400 Subject: storage:vcs:base: fix realtive -> relative typo in _u_abspath docstring. --- libbe/storage/vcs/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libbe/storage') 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 -------- -- cgit