From b7519560db07975f7a16cd24d12fe61ba0b4d84c Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 21 Dec 2012 14:55:33 -0700 Subject: [PATCH] Fix spelling mistake --- ChangeLog | 3 +++ debian/changelog | 3 ++- debian/control | 2 +- tools/phm2helix.cpp | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3b3c6f7..df6d112 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +Dec 21, 2012 Version 5.2.1 + * tools/phm2helix.cpp: Fix spelling mistake + Nov 7, 2010 Version 5.2.0 * tools/ifexport.cpp: Add Text output option (thanks to Christian Thibaudeau) diff --git a/debian/changelog b/debian/changelog index 749f48a..ecfde0b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ -ctsim (5.2.0-1.2) unstable; urgency=low +ctsim (5.2.1-1) unstable; urgency=low + * New upstream * debian/control: Change Build-Depends to libpng-dev from libpng12-dev (closes:662293) diff --git a/debian/control b/debian/control index a8d3c69..9effba4 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: science Priority: extra Maintainer: Kevin M. Rosenberg Build-Depends: debhelper (>= 7.0.0), wx2.8-headers, libfftw3-dev, libreadline-dev, libgl1-mesa-dev, libglu1-mesa-dev, libwxgtk2.8-dev, ctn-dev, libpng-dev, libglib2.0-dev, libgtk2.0-dev, autotools-dev -Standards-Version: 3.9.1.0 +Standards-Version: 3.9.4.0 Homepage: http://www.ctsim.org Vcs-Git: git://git.b9.com/ctsim.git Vcs-Browser: http://git.b9.com/?p=ctsim.git diff --git a/tools/phm2helix.cpp b/tools/phm2helix.cpp index 7729472..6ef902e 100644 --- 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"; -- 2.34.1