[caja-actions] 08/09: debian/patches: Add 1001_typo-fix.patch. Fix spelling of the word "unknown".

Mike Gabriel sunweaver at debian.org
Tue Aug 1 21:47:48 UTC 2017


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

sunweaver pushed a commit to branch master
in repository caja-actions.

commit 334781a66a8659ea9fa27b2a9779e6d5673f1792
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Tue Aug 1 17:43:32 2017 -0400

    debian/patches: Add 1001_typo-fix.patch. Fix spelling of the word "unknown".
---
 debian/patches/1001_typo-fix.patch | 36 ++++++++++++++++++++++++++++++++++++
 debian/patches/series              |  1 +
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/1001_typo-fix.patch b/debian/patches/1001_typo-fix.patch
new file mode 100644
index 0000000..fc7a720
--- /dev/null
+++ b/debian/patches/1001_typo-fix.patch
@@ -0,0 +1,36 @@
+Description: Fix typo in the word "unknown" at various places.
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+--- a/docs/reference/html/NAIIOProvider.html
++++ b/docs/reference/html/NAIIOProvider.html
+@@ -601,7 +601,7 @@
+ </tr>
+ <tr>
+ <td><p><a name="NA-IIO-PROVIDER-STATUS-UNDETERMINED:CAPS"></a><span class="term"><code class="literal">NA_IIO_PROVIDER_STATUS_UNDETERMINED</code></span></p></td>
+-<td>unknwon reason (and probably a bug).
++<td>unknown reason (and probably a bug).
+ </td>
+ </tr>
+ </tbody>
+--- a/src/api/na-iio-provider.h
++++ b/src/api/na-iio-provider.h
+@@ -442,7 +442,7 @@
+  * @NA_IIO_PROVIDER_STATUS_ITEM_READONLY:     item is read-only.
+  * @NA_IIO_PROVIDER_STATUS_NO_PROVIDER_FOUND: no writable i/o provider found.
+  * @NA_IIO_PROVIDER_STATUS_LEVEL_ZERO:        level zero is not writable.
+- * @NA_IIO_PROVIDER_STATUS_UNDETERMINED:      unknwon reason (and probably a bug).
++ * @NA_IIO_PROVIDER_STATUS_UNDETERMINED:      unknown reason (and probably a bug).
+  *
+  * The reasons for which an item may not be writable.
+  *
+--- a/src/core/na-desktop-environment.c
++++ b/src/core/na-desktop-environment.c
+@@ -175,7 +175,7 @@
+ 		}
+ 	}
+ 
+-	g_warning( "%s: unknwon desktop identifier: %s", thisfn, id );
++	g_warning( "%s: unknown desktop identifier: %s", thisfn, id );
+ 
+ 	return( id );
+ }
diff --git a/debian/patches/series b/debian/patches/series
index c876dd0..7ae10f6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+1001_typo-fix.patch
 2003_no-extra-license-file.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/caja-actions.git



More information about the pkg-mate-commits mailing list