Fix "was build" typos
authorChris Lamb <lamby@debian.org>
Sun, 9 Dec 2018 16:52:22 +0000 (17:52 +0100)
committerGuido Günther <agx@sigxcpu.org>
Sun, 9 Dec 2018 16:52:39 +0000 (17:52 +0100)
Closes: #916044
docs/manpages/gbp-buildpackage-rpm.xml
docs/manpages/gbp-buildpackage.xml
docs/manpages/gbp-tag.xml
gbp/scripts/export_orig.py

index 00e838ace33cd03ff2a4a7a44060e287e253dd19..160b96b73446fda417003c06e68d7f39ffc80934 100644 (file)
           <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>
index c59be8457a75fe30d90caa68cfadcc485be1f738..f7e3f7f3166064c17355d7ff64c365ccb05e9e65 100644 (file)
             <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>
index 56da6dbf982004eea6b953ebd9fd2ea0ed2eaaac..e8a2e3089c2cbd260fe2428381f8273e2e445e0c 100644 (file)
@@ -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>
index 181c90930742af01fa6e4e50b87e039994f0d2a9..6a48502de1f1453bc5b4ab63ec5284a2b395e675 100755 (executable)
@@ -96,7 +96,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
@@ -134,9 +134,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