[netcdf] 02/03: Add patch to fix spelling errors.

Bas Couwenberg sebastic at debian.org
Sun Aug 28 13:58:16 UTC 2016


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

sebastic pushed a commit to branch master
in repository netcdf.

commit 053986035a2c6e644622550f64ea946b391130cc
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Aug 28 15:44:35 2016 +0200

    Add patch to fix spelling errors.
---
 debian/changelog                     |  1 +
 debian/patches/series                |  1 +
 debian/patches/spelling-errors.patch | 70 ++++++++++++++++++++++++++++++++++++
 3 files changed, 72 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a47b54b..5b350a0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ netcdf (1:4.4.1-2) UNRELEASED; urgency=medium
 
   * Add patch to fix HDF5 include directory with CMake >= 3.6.0.
     (closes: #835710)
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 28 Aug 2016 13:58:35 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 6fe7d53..e2e22b7 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ hdf5-library-path.patch
 hdf5-include-path.patch
 tst_fileinfo-link-hdf5.patch
 reproducible-settings.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..3e83932
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,70 @@
+Description: Fix spelling errors.
+ characers -> characters
+ varaible  -> variable
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/Unidata/netcdf-c/pull/312
+
+--- a/ncgen/ncgen.1
++++ b/ncgen/ncgen.1
+@@ -864,7 +864,7 @@ There are three other cases of note.
+ .IP 1. 3
+ If there is only a single, unlimited dimension,
+ then all of the constants are concatenated
+-and fill characers are added to the
++and fill characters are added to the
+ end of the resulting string to make its
+ length be that of the unlimited dimension.
+ If the length is larger than
+--- a/docs/netcdf.m4
++++ b/docs/netcdf.m4
+@@ -774,15 +774,15 @@ Learn about a compound type.
+ .HP
+ FDECL(def_vlen, (INCID(), INAME(), INCTYPE(base_typeid), ONCTYPE(xtypep)))
+ .sp
+-Create a varaible length array type.
++Create a variable length array type.
+ .HP
+ FDECL(inq_vlen, (INCID(), INCTYPE(), ONAME(), OSIZET(datum_sizep), ONCTYPE(base_nc_typep)))
+ .sp
+-Learn about a varaible length array type.
++Learn about a variable length array type.
+ .HP
+ FDECL(free_vlen, (nc_vlen_t *vl))
+ .sp
+-Free memory comsumed by reading data of a varaible length array type.
++Free memory comsumed by reading data of a variable length array type.
+ .HP
+ FDECL(put_vlen_element, (INCID(), INCTYPE(), IVOIDP(vlen_element), ISIZET(len), IVOIDP(data)))
+ .sp
+--- a/docs/old/netcdf-f90.texi
++++ b/docs/old/netcdf-f90.texi
+@@ -5180,7 +5180,7 @@ rh in an existing netCDF dataset named f
+ @findex NF90_INQ_VARID 
+ @cindex NF90_INQ_VARID, example
+ 
+-Given the name of a varaible, nf90_inq_varid finds the variable ID.
++Given the name of a variable, nf90_inq_varid finds the variable ID.
+ 
+ @heading Usage 
+ @example
+--- a/libsrc/netcdf.3
++++ b/libsrc/netcdf.3
+@@ -341,15 +341,15 @@ Learn about a compound type.
+ .HP
+ \fBint nc_def_vlen(int \fIncid\fP, const char \fIname\fP[], nc_type \fIbase_typeid\fP, nc_type* \fIxtypep\fP)\fR
+ .sp
+-Create a varaible length array type.
++Create a variable length array type.
+ .HP
+ \fBint nc_inq_vlen(int \fIncid\fP, nc_type \fI\fP, char \fIname\fP[], size_t* \fIdatum_sizep\fP, nc_type* \fIbase_nc_typep\fP)\fR
+ .sp
+-Learn about a varaible length array type.
++Learn about a variable length array type.
+ .HP
+ \fBint nc_free_vlen(nc_vlen_t *vl)\fR
+ .sp
+-Free memory comsumed by reading data of a varaible length array type.
++Free memory comsumed by reading data of a variable length array type.
+ .HP
+ \fBint nc_put_vlen_element(int \fIncid\fP, nc_type \fI\fP, void * \fIvlen_element\fP, size_t \fIlen\fP, void * \fIdata\fP)\fR
+ .sp

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/netcdf.git



More information about the Pkg-grass-devel mailing list