typo
authorGuido Günther <agx@sigxcpu.org>
Fri, 21 Nov 2008 22:45:17 +0000 (23:45 +0100)
committerGuido Guenther <agx@sigxcpu.org>
Fri, 21 Nov 2008 22:58:42 +0000 (23:58 +0100)
git-import-orig

index 1a917386def34f5c45c81ff3cd3d88b78801abc1..ca5b5013171341f236ace1e06a430b676f5d8164 100755 (executable)
@@ -69,7 +69,7 @@ def symlink_orig(archive, pkg, version):
 
 
 def import_upstream_tree(repo, src_dir, version, filters, verbose):
-    """import the source uptream tree to the current branch"""
+    """import the upstream tree to the current branch"""
     try:
         if repo.replace_tree(src_dir, filters, verbose=True):
             gbpc.GitCommitAll(verbose=verbose)(msg="Imported Upstream version %s" % version)