[Pkg-octave-commit] [octave-octcdf] 04/04: Add patch fix-spelling.patch

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sat Feb 22 18:39:28 UTC 2014


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

rlaboiss-guest pushed a commit to branch master
in repository octave-octcdf.

commit e70fb39e400057a1e0d58bc88d267ceb7a709f93
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sat Feb 22 19:31:59 2014 +0100

    Add patch fix-spelling.patch
---
 debian/patches/fix-spelling.patch | 25 +++++++++++++++++++++++++
 debian/patches/series             |  1 +
 2 files changed, 26 insertions(+)

diff --git a/debian/patches/fix-spelling.patch b/debian/patches/fix-spelling.patch
new file mode 100644
index 0000000..76c3026
--- /dev/null
+++ b/debian/patches/fix-spelling.patch
@@ -0,0 +1,25 @@
+Description: Fix spelling "unkown" -> "unknown"
+Author: Rafael Laboissiere <rafael at laboissiere.net>
+Forwarded: https://savannah.gnu.org/bugs/index.php?41670
+Last-Update: 2014-02-22
+
+--- octave-octcdf-1.1.7.orig/src/ov-netcdf.cc
++++ octave-octcdf-1.1.7/src/ov-netcdf.cc
+@@ -634,7 +634,7 @@ octave_value ov_nc_get_att(int ncid, int
+ 
+ 	default: 
+       {
+-        error("unkown netcdf type: %d",xtypep);
++        error("unknown netcdf type: %d",xtypep);
+ 
+       }
+     }       
+@@ -1060,7 +1060,7 @@ std::string nctype2ncname(nc_type type)
+       break;
+     }
+     default: {
+-      return "unkown type";
++      return "unknown type";
+       break;
+     }
+   }
diff --git a/debian/patches/series b/debian/patches/series
index 80fbb51..0b97023 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 do_not_pass_compiler_flags_to_mkoctfile
 autoload-yes.patch
+fix-spelling.patch

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-octcdf.git



More information about the Pkg-octave-commit mailing list