[netcdf-fortran] 03/05: Add patch to fix spelling errors.

Bas Couwenberg sebastic at debian.org
Thu Nov 9 07:22:37 UTC 2017


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

sebastic pushed a commit to branch master
in repository netcdf-fortran.

commit 090944d202ad8cb5749c1de07c1ec73b7a8c238d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Nov 9 08:09:34 2017 +0100

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

diff --git a/debian/changelog b/debian/changelog
index a6394a4..9c0db2b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ netcdf-fortran (4.4.4+ds-3) UNRELEASED; urgency=medium
   * Use pkg-info.mk variables instead of dpkg-parsechangelog output.
   * Add autopkgtest to test installability.
   * Add libnetcdf-dev to dependencies of -dev package.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sun, 24 Sep 2017 13:13:36 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
index 91d163f..2e650af 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 privacy-breach-logo.patch
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..c061540
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,69 @@
+Description: Fix spelling errors.
+ * varaible -> variable
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/Unidata/netcdf-fortran/pull/69
+
+--- a/docs/netcdf-f90-sec6-variables.md
++++ b/docs/netcdf-f90-sec6-variables.md
+@@ -661,7 +661,7 @@ named rh in an existing netCDF dataset n
+ 
+ 
+ 
+-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.
+ 
+ 
+ 
+--- 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/netcdf_fortran.3
++++ b/docs/netcdf_fortran.3
+@@ -342,15 +342,15 @@ Learn about a compound type.
+ .HP
+ \fBinteger function nf_def_vlen(integer \fIncid\fP, character*(*) \fIname\fP, integer \fIbase_typeid\fP, integer \fIxtypep\fP)\fR
+ .sp
+-Create a varaible length array type.
++Create a variable length array type.
+ .HP
+ \fBinteger function nf_inq_vlen(integer \fIncid\fP, integer \fI\fP, character*(*) \fIname\fP, integer \fIdatum_sizep\fP, integer \fIbase_nc_typep\fP)\fR
+ .sp
+-Learn about a varaible length array type.
++Learn about a variable length array type.
+ .HP
+ \fBinteger function nf_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
+ \fBinteger function nf_put_vlen_element(integer \fIncid\fP, integer \fI\fP, void * \fIvlen_element\fP, integer \fIlen\fP, void * \fIdata\fP)\fR
+ .sp
+--- a/docs/old/netcdf-f90.texi
++++ b/docs/old/netcdf-f90.texi
+@@ -5206,7 +5206,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

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



More information about the Pkg-grass-devel mailing list