[med-svn] [minc-tools] 03/06: Spelling
Andreas Tille
tille at debian.org
Wed Nov 22 20:00:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository minc-tools.
commit ef5b44310b976b371f55066fd65c98fcff7d0a89
Author: Andreas Tille <tille at debian.org>
Date: Wed Nov 22 20:42:00 2017 +0100
Spelling
---
debian/patches/build-with-libnifti | 4 +--
debian/patches/hdf5-1.10-support.patch | 4 +--
debian/patches/series | 1 +
debian/patches/spelling.patch | 53 ++++++++++++++++++++++++++++++++++
4 files changed, 57 insertions(+), 5 deletions(-)
diff --git a/debian/patches/build-with-libnifti b/debian/patches/build-with-libnifti
index 288d79c..4c43e48 100644
--- a/debian/patches/build-with-libnifti
+++ b/debian/patches/build-with-libnifti
@@ -2,8 +2,6 @@ Author: Steve M. Robbins
Last-Update: 2015-09-05 23:46:25 +0000
Description: Build with Debian packaged libnifti
-diff --git a/conversion/CMakeLists.txt b/conversion/CMakeLists.txt
-index eccaece..05325fc 100644
--- a/conversion/CMakeLists.txt
+++ b/conversion/CMakeLists.txt
@@ -10,7 +10,7 @@ ADD_DEFINITIONS(-DHAVE_CONFIG_H)
@@ -15,7 +13,7 @@ index eccaece..05325fc 100644
ADD_LIBRARY(acr_nema STATIC
Acr_nema/acr_io.c
Acr_nema/dicom_client_routines.c
-@@ -50,12 +50,12 @@ TARGET_LINK_LIBRARIES(minctoecat ${VOLUME_IO_LIBRARIES} ${LIBMINC_LIBRARIES} m)
+@@ -50,12 +50,12 @@ TARGET_LINK_LIBRARIES(minctoecat ${VOLUM
ADD_EXECUTABLE(mnc2nii
nifti1/mnc2nii.c
)
diff --git a/debian/patches/hdf5-1.10-support.patch b/debian/patches/hdf5-1.10-support.patch
index 8553262..9e0b15c 100644
--- a/debian/patches/hdf5-1.10-support.patch
+++ b/debian/patches/hdf5-1.10-support.patch
@@ -3,8 +3,8 @@ Bug-Debian: https://bugs.debian.org/841972
Author: Gilles Filippini <pini at debian.org>
Last-Update: Sun, 30 Oct 2016 21:18:31 +0100
---- minc-tools-2.3.00+dfsg.orig/progs/mincdump/mincdump.h
-+++ minc-tools-2.3.00+dfsg/progs/mincdump/mincdump.h
+--- a/progs/mincdump/mincdump.h
++++ b/progs/mincdump/mincdump.h
@@ -15,7 +15,9 @@
#define Printf (void) printf
diff --git a/debian/patches/series b/debian/patches/series
index aef2c1a..d9e0a59 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
01_mincedit-sensible-viewer.diff
build-with-libnifti
hdf5-1.10-support.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..aec4266
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,53 @@
+--- a/progs/mincconcat/mincconcat.c
++++ b/progs/mincconcat/mincconcat.c
+@@ -724,7 +724,7 @@ static void get_concat_dim_name(Concat_I
+ }
+ if (ndims < min_ndims) {
+ (void) fprintf(stderr,
+- "Cannot concatentate along image dimensions.\n");
++ "Cannot concatenate along image dimensions.\n");
+ exit(EXIT_FAILURE);
+ }
+ (void) ncdiminq(input_mincid, dim[0], dimname, NULL);
+@@ -1223,7 +1223,7 @@ static int sort_function(const void *val
+ concat_info - pointer to structure containing concat info
+ @OUTPUT : (none)
+ @RETURNS : (nothing)
+- at DESCRIPTION: Routine to create the output concatentated minc file.
++ at DESCRIPTION: Routine to create the output concatenated minc file.
+ @METHOD :
+ @GLOBALS :
+ @CALLS :
+--- a/conversion/dcm2mnc/dcm2mnc.man1
++++ b/conversion/dcm2mnc/dcm2mnc.man1
+@@ -185,7 +185,7 @@ study date and time as follows:
+ patientname\_yyyymmdd\_hhmmss/
+
+ The individual files are named according to the patient name, study date
+-and time, series identifer, and modality information as follows:
++and time, series identifier, and modality information as follows:
+
+ patientname\_yyyymmdd\_hhmmss\_series\_scan\_modality.mnc
+
+--- a/progs/mincmorph/mincmorph.c
++++ b/progs/mincmorph/mincmorph.c
+@@ -77,7 +77,7 @@ char *succ_txt = "B";
+
+ char successive_help[] = "Successive operations (Maximum: 100) \
+ \n\tB[floor:ceil:fg:bg] - binarise in the range, using foreground and background \
+-\n\tK[floor:ceil:bg] - clamp betwen the specified range. Set other voxels to 'bg' (default: 0) \
++\n\tK[floor:ceil:bg] - clamp between the specified range. Set other voxels to 'bg' (default: 0) \
+ \n\tP[bg] - pad volume with respect to the current kernel using 'bg' (default: 0)\
+ \n\tE - erosion \
+ \n\tD - dilation \
+--- a/progs/mincstats/mincstats.c
++++ b/progs/mincstats/mincstats.c
+@@ -373,7 +373,7 @@ static ArgvInfo argTable[] = {
+ {"-kurtosis", ARGV_CONSTANT, (char *)TRUE, (char *)&Kurtosis,
+ "sample kurtosis (4th moment)"},
+
+- {NULL, ARGV_HELP, (char *)NULL, (char *)NULL, "\nHistogram Dependant Statistics:"},
++ {NULL, ARGV_HELP, (char *)NULL, (char *)NULL, "\nHistogram Dependent Statistics:"},
+ {"-hist_count", ARGV_CONSTANT, (char *)TRUE, (char *)&Hist_Count,
+ "# of voxels portrayed in Histogram."},
+ {"-hist_percent",
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/minc-tools.git
More information about the debian-med-commit
mailing list