From bfbb12faf3124c8f4a4729dd55ac13c2dcb98f8f Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Mon, 20 Sep 2010 14:19:52 -0700 Subject: Fix up the diff changes from jochen --- src/pyfedpkg/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pyfedpkg') diff --git a/src/pyfedpkg/__init__.py b/src/pyfedpkg/__init__.py index bb7449f..df788cb 100644 --- a/src/pyfedpkg/__init__.py +++ b/src/pyfedpkg/__init__.py @@ -520,7 +520,7 @@ def diff(path, cached=False, files=[]): optionally diff the cached or staged changes - Takes an optional list of files to diff reletive to the module base + Takes an optional list of files to diff relative to the module base directory Logs the output and returns nothing -- cgit