[Git][debian-gis-team/unarr][master] Add patch to fix spelling errors.

Bas Couwenberg gitlab at salsa.debian.org
Thu Sep 20 17:41:40 BST 2018


Bas Couwenberg pushed to branch master at Debian GIS Project / unarr


Commits:
e2b43a50 by Bas Couwenberg at 2018-09-20T16:41:28Z
Add patch to fix spelling errors.

- - - - -


2 changed files:

- debian/patches/series
- + debian/patches/spelling-errors.patch


Changes:

=====================================
debian/patches/series
=====================================
@@ -2,3 +2,4 @@
 0002-build-Add-Cmake-files-from-https-github.com-selmf-un.patch
 0003-Build-fix-as-needed-madness.patch
 0004-unarr.h-Mark-functions-as-visible.patch
+spelling-errors.patch


=====================================
debian/patches/spelling-errors.patch
=====================================
@@ -0,0 +1,26 @@
+Description: Fix spelling errors.
+ * amout -> amount
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/rar/filter-rar.c
++++ b/rar/filter-rar.c
+@@ -645,7 +645,7 @@ bool rar_run_filters(ar_archive_rar *rar
+     filters->filterstart = SIZE_MAX;
+     end = (size_t)rar_expand(rar, end);
+     if (end != start + filter->blocklength) {
+-        warn("Failed to expand the expected amout of bytes");
++        warn("Failed to expand the expected amount of bytes");
+         return false;
+     }
+ 
+--- a/unarr.h
++++ b/unarr.h
+@@ -69,7 +69,7 @@ VISIBLE time64_t ar_entry_get_filetime(a
+ /* uncompresses the next 'count' bytes of the current entry into buffer; returns false on error */
+ VISIBLE bool ar_entry_uncompress(ar_archive *ar, void *buffer, size_t count);
+ 
+-/* copies at most 'count' bytes of the archive's global comment (if any) into buffer; returns the actual amout of bytes copied (or, if 'buffer' is NULL, the required buffer size) */
++/* copies at most 'count' bytes of the archive's global comment (if any) into buffer; returns the actual amount of bytes copied (or, if 'buffer' is NULL, the required buffer size) */
+ VISIBLE size_t ar_get_global_comment(ar_archive *ar, void *buffer, size_t count);
+ 
+ /***** rar/rar *****/



View it on GitLab: https://salsa.debian.org/debian-gis-team/unarr/commit/e2b43a5042974d87b4a68dcb352ea6bb0c7be26c

-- 
View it on GitLab: https://salsa.debian.org/debian-gis-team/unarr/commit/e2b43a5042974d87b4a68dcb352ea6bb0c7be26c
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20180920/a7a302fb/attachment-0001.html>


More information about the Pkg-grass-devel mailing list