[SCM] ladish/master: Fix small misspellings.
alessio at users.alioth.debian.org
alessio at users.alioth.debian.org
Fri Jan 13 20:28:12 UTC 2012
The following commit has been merged in the master branch:
commit 617b59736091660470f83aaa60956899a1a175bc
Author: Alessio Treglia <alessio at debian.org>
Date: Fri Jan 13 21:08:15 2012 +0100
Fix small misspellings.
diff --git a/debian/patches/0001-misspelling.patch b/debian/patches/0001-misspelling.patch
new file mode 100644
index 0000000..efbdc0a
--- /dev/null
+++ b/debian/patches/0001-misspelling.patch
@@ -0,0 +1,26 @@
+Description: Fix small misspellings.
+Author: Alessio Treglia <alessio at debian.org>
+Forwarded: http://repo.or.cz/w/ladish.git/commitdiff/835756ac025a3
+Bug: http://ladish.org/ticket/190
+---
+ lash_compat/liblash/lash.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+--- ladish.orig/lash_compat/liblash/lash.c
++++ ladish/lash_compat/liblash/lash.c
+@@ -113,13 +113,13 @@ static void save_config(const char * dir
+ written = write(fd, config_ptr->value, config_ptr->size);
+ if (written == -1)
+ {
+- log_error("error writting config file '%s' (%s)", path, strerror(errno));
++ log_error("error writing config file '%s' (%s)", path, strerror(errno));
+ goto close;
+ }
+
+ if ((size_t)written < config_ptr->size)
+ {
+- log_error("error writting config file '%s' (%zd instead of %zu)", path, written, config_ptr->size);
++ log_error("error writing config file '%s' (%zd instead of %zu)", path, written, config_ptr->size);
+ goto close;
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
index ce2c543..55ca7cd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
2001-xterminal_emulator_instead_of_xterm.patch
2002-liblash_soname.patch
+0001-misspelling.patch
--
ladish packaging
More information about the pkg-multimedia-commits
mailing list