This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository ctsim.
commit 623c1233cf53248f82bf7a0e99ea080b0b1a644c Author: Andreas Tille <[email protected]> Date: Mon Aug 11 14:44:36 2014 +0200 Spelling fix --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/spelling.patch | 15 +++++++++++++++ 3 files changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index 68a7ca0..e857fd1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,7 @@ ctsim (5.2.0-2) UNRELEASED; urgency=medium * debian/copyright: DEP5 * debian/rules: Use dh in d/rules * fix upstream Makefile issues (finally by using dh-autoreconf) + * spelling fix -- Andreas Tille <[email protected]> Mon, 11 Aug 2014 10:05:01 +0200 diff --git a/debian/patches/series b/debian/patches/series index 8046860..0caf9f4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ wx3.0-compat.patch cope_with_existing_makefile.patch prevent_symlinking_on_build_host_dir.patch +spelling.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch new file mode 100644 index 0000000..32ec93d --- /dev/null +++ b/debian/patches/spelling.patch @@ -0,0 +1,15 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Mon, 11 Aug 2014 10:05:01 +0200 +Description: spelling fix + +--- a/tools/phm2helix.cpp ++++ b/tools/phm2helix.cpp +@@ -78,7 +78,7 @@ phm2helix_usage (const char *program) + std::cout << " (default = 1)\n"; + std::cout << " --scan-ratio Length to scan (scan diameter to view diameter)\n"; + std::cout << " (default = 1)\n"; +- std::cout << " --offsetview Intial gantry offset in 'views' (default = 0)\n"; ++ std::cout << " --offsetview Initial gantry offset in 'views' (default = 0)\n"; + std::cout << " --trace Trace level to use\n"; + std::cout << " none No tracing (default)\n"; + std::cout << " console Trace text level\n"; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/ctsim.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
