[med-svn] [r-cran-rniftilib] 06/09: Fix spelling

Andreas Tille tille at debian.org
Sat Jan 23 08:28:34 UTC 2016


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

tille pushed a commit to branch master
in repository r-cran-rniftilib.

commit 2be51f3266ac90d144f5ce5c997f8f2306dba49a
Author: Andreas Tille <tille at debian.org>
Date:   Sat Jan 23 09:12:42 2016 +0100

    Fix spelling
---
 debian/changelog              |  1 +
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 40 ++++++++++++++++++++++++++++++++++++++++
 3 files changed, 42 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 85975bf..3df6d3e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ r-cran-rniftilib (0.0-35.r79-1) UNRELEASED; urgency=medium
   * Moved to Git
   * Add citation data
   * cme fix dpkg-control
+  * Fix spelling
 
  -- Andreas Tille <tille at debian.org>  Sat, 23 Jan 2016 08:50:58 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..1a478bf
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,40 @@
+--- a/src/nifti1_io.c
++++ b/src/nifti1_io.c
+@@ -55,7 +55,7 @@ static char * gni_history[] =
+   "     (FMRIB Centre, University of Oxford, UK)\n"
+   "   - Mainly adding low-level IO and changing things to allow gzipped\n"
+   "     files to be read and written\n"
+-  "   - Full backwards compatability should have been maintained\n"
++  "   - Full backwards compatibility should have been maintained\n"
+   "\n",
+   "0.2  16 Nov 2004 [rickr]\n"
+   "     (Rick Reynolds of the National Institutes of Health, SSCC/DIRP/NIMH)\n"
+@@ -1066,7 +1066,7 @@ int valid_nifti_brick_list(nifti_image *
+ 
+    if( nim->dim[0] < 3 ){
+       if( disp_error || g_opts.debug > 1 )
+-         REprintf("** cannot read explict brick list from %d-D dataset\n",
++         REprintf("** cannot read explicit brick list from %d-D dataset\n",
+                  nim->dim[0]);
+       return 0;
+    }
+@@ -5628,7 +5628,7 @@ int nifti_copy_extensions(nifti_image *
+       /* data length is size-8, as esize includes space for esize and ecode */
+       data = (char *)calloc(size-8,sizeof(char));      /* maybe size > old */
+       if( !data ){
+-         REprintf("** failed to alloc %d bytes for extention\n", size);
++         REprintf("** failed to alloc %d bytes for extension\n", size);
+          if( c == 0 ) { free(nim_dest->ext_list); nim_dest->ext_list = NULL; }
+          /* otherwise, keep what we have (a.o.t. deleting them all) */
+          return -1;
+--- a/src/nifti1_io.h
++++ b/src/nifti1_io.h
+@@ -50,7 +50,7 @@ extern "C" {
+ 
+       Mainly adding low-level IO and changing things to allow gzipped files
+       to be read and written
+-      Full backwards compatability should have been maintained
++      Full backwards compatibility should have been maintained
+ 
+    Modified by: Rick Reynolds (SSCC/DIRP/NIMH, National Institutes of Health)
+    Date: December 2004

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-rniftilib.git



More information about the debian-med-commit mailing list