Guido Günther wrote:

> "Placeholder attachment"

o_O

Okay. I have no idea what's going on. Trying again (attached) but just
in case:

  https://gist.github.com/lamby/6560fdf8ab8aafc0fd24f1c403102b12/raw


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org / chris-lamb.co.uk
       `-
diff --git a/docs/manpages/gbp-buildpackage-rpm.xml 
b/docs/manpages/gbp-buildpackage-rpm.xml
index 9f8f438..e16bc9c 100644
--- a/docs/manpages/gbp-buildpackage-rpm.xml
+++ b/docs/manpages/gbp-buildpackage-rpm.xml
@@ -315,7 +315,7 @@
           <para>
           Exported environment variables are: <envar>GBP_TAG</envar> (the name
           of the generated tag), <envar>GBP_BRANCH</envar> (the branch the
-          package was build from) and <envar>GBP_SHA1</envar> (the sha1 of the
+          package was built from) and <envar>GBP_SHA1</envar> (the sha1 of the
           commit the tag was created at).
           </para>
         </listitem>
diff --git a/docs/manpages/gbp-buildpackage.xml 
b/docs/manpages/gbp-buildpackage.xml
index 9b6bcce..84f7d7e 100644
--- a/docs/manpages/gbp-buildpackage.xml
+++ b/docs/manpages/gbp-buildpackage.xml
@@ -521,7 +521,7 @@
             <para>
               Exported environment variables are: <envar>GBP_TAG</envar> (the 
name
               of the generated tag), <envar>GBP_BRANCH</envar> (the branch the
-              package was build from) and <envar>GBP_SHA1</envar> (the sha1 of 
the
+              package was built from) and <envar>GBP_SHA1</envar> (the sha1 of 
the
               commit the tag was created at).
             </para>
           </listitem>
diff --git a/docs/manpages/gbp-tag.xml b/docs/manpages/gbp-tag.xml
index 56da6db..e8a2e30 100644
--- a/docs/manpages/gbp-tag.xml
+++ b/docs/manpages/gbp-tag.xml
@@ -74,7 +74,7 @@
           <para>
             Exported environment variables are: <envar>GBP_TAG</envar> (the 
name
             of the generated tag), <envar>GBP_BRANCH</envar> (the branch the
-            package was build from) and <envar>GBP_SHA1</envar> (the sha1 of 
the
+            package was built from) and <envar>GBP_SHA1</envar> (the sha1 of 
the
             commit the tag was created at).
           </para>
         </listitem>
diff --git a/gbp/scripts/export_orig.py b/gbp/scripts/export_orig.py
index 1afbe6d..7e019ff 100755
--- a/gbp/scripts/export_orig.py
+++ b/gbp/scripts/export_orig.py
@@ -95,7 +95,7 @@ def pristine_tar_build_origs(repo, source, output_dir, 
options):
     """
     Build orig tarball using pristine-tar
 
-    @returns: C{True} if tarball was build, C{False} otherwise
+    @returns: C{True} if tarball was built, C{False} otherwise
     """
     if not options.pristine_tar:
         return False
@@ -133,9 +133,9 @@ def pristine_tar_build_origs(repo, source, output_dir, 
options):
 
 def pristine_tar_verify_origs(repo, source, options, output_dir, orig_files):
     """
-    Verify orig tarballs using prstine tar
+    Verify orig tarballs using pristine-tar
 
-    @returns: C{True} if tarball was build, C{False} otherwise
+    @returns: C{True} if tarball was built, C{False} otherwise
     """
     if not options.pristine_tar:
         return True

Reply via email to