[SCM] harvid/master: Fix more spelling errors.

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Tue Nov 3 07:25:40 UTC 2015


The following commit has been merged in the master branch:
commit fba6309c991e331612d7f1be54b3a48e52dd7232
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Tue Nov 3 08:20:08 2015 +0100

    Fix more spelling errors.

diff --git a/debian/patches/0002-spelling.patch b/debian/patches/0002-spelling.patch
index f9feb6e..bd6a2ec 100644
--- a/debian/patches/0002-spelling.patch
+++ b/debian/patches/0002-spelling.patch
@@ -28,3 +28,16 @@ Index: harvid/src/harvid.c
  "/index as well as tweak related behaviour. The 'flatindex' option concerns\n"
  "/index&flatindex=1 which recursively indexes all video file. It is disabled\n"
  "by defaults since a recursive search of the default docroot / can takes a\n"
+Index: harvid/src/ics_handler.c
+===================================================================
+--- harvid.orig/src/ics_handler.c
++++ harvid/src/ics_handler.c
+@@ -404,7 +404,7 @@ void ics_http_handler(
+         httperror(c->fd, 403, NULL, NULL);
+       }
+     } else {
+-      httperror(c->fd, 400, "Bad Request", "Nonexistant admin command.");
++      httperror(c->fd, 400, "Bad Request", "Nonexistent admin command.");
+     }
+     c->run = 0;
+   } else if (CTP("/") && !strcmp(path, "/") && strlen(query) == 0) { /* HOMEPAGE */

-- 
harvid packaging



More information about the pkg-multimedia-commits mailing list