chiark / gitweb /
Fix typo
authorKarl Hasselström <kha@treskal.com>
Sun, 28 Sep 2008 12:32:12 +0000 (14:32 +0200)
committerKarl Hasselström <kha@treskal.com>
Sun, 28 Sep 2008 12:32:12 +0000 (14:32 +0200)
Signed-off-by: Karl Hasselström <kha@treskal.com>
stgit/gitmergeonefile.py

index c1af2f85f82c315e89593cadbdcf3e9aef8344a2..55b62db1e7a624885d4aa5a155e72af02f921908 100644 (file)
@@ -264,7 +264,7 @@ def merge(orig_hash, file1_hash, file2_hash,
                     __conflict(path)
                     return 1
                 if file1_mode != file2_mode:
-                    out.error('File "s" added in both, permissions conflict'
+                    out.error('File "%s" added in both, permissions conflict'
                               % path)
                     __conflict(path)
                     return 1