[cpl-plugin-xsh] 12/12: Fix typos mentioned by lintian

Ole Streicher olebole-guest at moszumanska.debian.org
Wed Dec 11 10:10:31 UTC 2013


This is an automated email from the git hooks/post-receive script.

olebole-guest pushed a commit to branch debian
in repository cpl-plugin-xsh.

commit ecf7e42ffef3668769f799a329925111090b02c7
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Wed Dec 11 11:02:48 2013 +0100

    Fix typos mentioned by lintian
---
 debian/patches/fix_typos.patch | 55 ++++++++++++++++++++++++++++++++++++++++++
 debian/patches/series          |  1 +
 2 files changed, 56 insertions(+)

diff --git a/debian/patches/fix_typos.patch b/debian/patches/fix_typos.patch
new file mode 100644
index 0000000..f4816da
--- /dev/null
+++ b/debian/patches/fix_typos.patch
@@ -0,0 +1,55 @@
+Author: Ole Streicher <debian at liska.ath.cx>
+Description: Fix several typos mentioned by lintian
+--- a/xsh/xsh_compute_noise_map.c
++++ b/xsh/xsh_compute_noise_map.c
+@@ -171,7 +171,7 @@
+           //xsh_msg( "pixel[%d,%d] (%d) = %lf", ix, iy, idpix, fval ) ;
+           if (rej > 0) {
+             /* bad pixel */
+-            xsh_msg_dbg_medium("Dont use pixel %d,%d [%d]", ix, iy, j);
++            xsh_msg_dbg_medium("Don't use pixel %d,%d [%d]", ix, iy, j);
+             continue;
+           }
+           sum += fval;
+--- a/xsh/xsh_compute_response.c
++++ b/xsh/xsh_compute_response.c
+@@ -2269,7 +2269,7 @@
+  
+   double flux_save=0;
+ 
+-  cpl_error_ensure(ref_std_star_list != NULL, CPL_ERROR_NULL_INPUT,return res,"NULL input refence std star list");
++  cpl_error_ensure(ref_std_star_list != NULL, CPL_ERROR_NULL_INPUT,return res,"NULL input reference std star list");
+   cpl_error_ensure(resp_fit_points != NULL, CPL_ERROR_NULL_INPUT,return res,"NULL input table with response fit points");
+   cpl_error_ensure(inst != NULL, CPL_ERROR_NULL_INPUT,return res,"NULL input instrument");
+ 
+--- a/xsh/xsh_detmon.c
++++ b/xsh/xsh_detmon.c
+@@ -614,7 +614,7 @@
+ 				   "CPL_TYPE_INT", ref_ury,
+ 
+ 				   "stacking.method",
+-				   "Method to be used when stacking the master. Posible values < MINMAX | MEAN | MEDIAN | KSIGMA >",
++				   "Method to be used when stacking the master. Possible values < MINMAX | MEAN | MEDIAN | KSIGMA >",
+ 				   "CPL_TYPE_STRING", stacking_method,
+ 
+ 				   "stacking.ks.low",
+@@ -2495,7 +2495,7 @@
+ 	    skip_if(cpl_propertylist_append(xplist, qclist));
+     }
+ 
+-    cpl_msg_info(cpl_func,"dealing with extention %d",whichext);
++    cpl_msg_info(cpl_func,"dealing with extension %d",whichext);
+ 
+     /* This is only used later for PAF */
+     /* Get FITS header from reference file */
+--- a/xsh/xsh_parameters.c
++++ b/xsh/xsh_parameters.c
+@@ -1018,7 +1018,7 @@
+   check( xsh_parameters_new_boolean( list, recipe_id,
+     "detectorder-qc-mode",
+     CPL_FALSE,
+-    "If true allows to skip edge detection on orders below detectorder-min-sn (oly for QC mode, not to be set by normal users)"));
++    "If true allows one to skip edge detection on orders below detectorder-min-sn (oly for QC mode, not to be set by normal users)"));
+ 
+   cleanup:
+     return;
diff --git a/debian/patches/series b/debian/patches/series
index 99f84a4..79eeff7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ libadd_cpl.patch
 set_plugindir.patch
 use-std-paths-for-cpl.patch
 lapack.patch
+fix_typos.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl-plugin-xsh.git



More information about the debian-science-commits mailing list