summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJon Dowland <jmtd@debian.org>2011-05-20 13:56:04 +0200
committerGuido Günther <agx@sigxcpu.org>2011-05-20 13:56:15 +0200
commita645073106a3925ba76ab3ec228b3f607ab5a9a2 (patch)
treef9b7ea084e026bb08dfc59421ae9ce9557b59a8c
parent033f359f5c65ae02d81410320c0f2f77ea54ff3b (diff)
Spelling corrections
Closes: #627378
-rw-r--r--docs/chapters/building.sgml4
-rw-r--r--docs/manpages/git-buildpackage.sgml2
-rwxr-xr-xgit-import-orig2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/chapters/building.sgml b/docs/chapters/building.sgml
index 97a9932b..d6c11f02 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 010b2fb0..79aa72b9 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 f47a3e8d..7625d087 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__":