Package: src:git-buildpackage
Version: 0.5.10
Severity: minor
Tags: patch



-- System Information:
Debian Release: 6.0.1
  APT prefers stable
  APT policy: (700, 'stable'), (600, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages git-buildpackage depends on:
ii  devscripts              2.10.69+squeeze1 scripts to make the life of a Debi
ii  git [git-core]          1:1.7.2.5-1      fast, scalable, distributed revisi
ii  git-core                1:1.7.2.5-1      fast, scalable, distributed revisi
ii  python                  2.6.6-3+squeeze6 interactive high-level object-orie
ii  python-dateutil         1.4.1-3          powerful extensions to the standar
ii  python-support          1.0.10           automated rebuilding support for P

Versions of packages git-buildpackage recommends:
ii  cowbuilder                    0.62+nmu2  pbuilder running on cowdancer
ii  pristine-tar                  1.03       regenerate pristine tarballs

Versions of packages git-buildpackage suggests:
pn  git-load-dirs                 <none>     (no description available)

-- no debconf information
commit 1952b9af1de4b6a6dc567a9aff7793c8da2b736f
Author: Jon Dowland <j...@debian.org>
Date:   Thu May 19 22:34:03 2011 +0100

    spelling corrections

diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml
index 97a9932..d6c11f0 100644
--- a/docs/chapters/building.sgml
+++ b/docs/chapters/building.sgml
@@ -79,7 +79,7 @@ export-dir=../build-area
     (<option>cleaner</option> and building the package
     (<option>builder</option>) you can also invoke hooks during the package
     build: immediately before a build (<option>prebuild</option>,
-    after a succesful build (<option>postbuild</option>) and after
+    after a successful build (<option>postbuild</option>) and after
     creating a tag (<option>posttag</option>). Typical applications are running
     <productname>lintian</productname> or pushing changes into a remote
     repository.
@@ -101,7 +101,7 @@ export-dir=../build-area
     </sect2>
     <sect2 id="gbp.building.push">
     <title>Pushing into a remote repository</title>
-	<para>If you want to push your changes automatically after a succesful build and tag
+	<para>If you want to push your changes automatically after a successful build and tag
 	you can use &git-buildpackage;'s posttag hook. A very simple invocation would look like this:
 <programlisting>
 <command>git-buildpackage</command> <option>--git-tag</option> <option>--git-posttag</option>=<replaceable>"git push && git push --tags"</replaceable>
diff --git a/docs/manpages/git-buildpackage.sgml b/docs/manpages/git-buildpackage.sgml
index 010b2fb..79aa72b 100644
--- a/docs/manpages/git-buildpackage.sgml
+++ b/docs/manpages/git-buildpackage.sgml
@@ -110,7 +110,7 @@
         <term><option>--git-tag</option>
         </term>
         <listitem>
-          <para>Add a git tag after a successfull build.</para>
+          <para>Add a git tag after a successful build.</para>
         </listitem>
       </varlistentry>
       <varlistentry>
diff --git a/git-import-orig b/git-import-orig
index f47a3e8..7625d08 100755
--- a/git-import-orig
+++ b/git-import-orig
@@ -426,7 +426,7 @@ def main(argv):
         cleanup_tmp_tree(tmpdir)
 
     if not ret:
-        gbp.log.info("Succesfully imported version %s of %s" % (version, archive))
+        gbp.log.info("Successfully imported version %s of %s" % (version, archive))
     return ret
 
 if __name__ == "__main__":

Reply via email to