This is an automated email from the git hooks/post-receive script. dmn pushed a commit to branch master in repository kobodeluxe.
commit 3bb1bf9fd8bd4da1ab3e5df999007416d41ab5bb Author: Damyan Ivanov <[email protected]> Date: Fri Dec 4 21:05:14 2015 +0000 patch two spelling errors --- debian/patches/series | 1 + debian/patches/spelling.patch | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) diff --git a/debian/patches/series b/debian/patches/series index f5649de..5f8f816 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ 02_paths.patch 03_manpage-minus-not-hyphen.patch 05_const_charp_conversion.patch +spelling.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch new file mode 100644 index 0000000..21259cc --- /dev/null +++ b/debian/patches/spelling.patch @@ -0,0 +1,25 @@ +Description: two spelling fixes +Author: Damyan Ivanov <[email protected]> + +--- a/graphics/sofont.cpp ++++ b/graphics/sofont.cpp +@@ -255,7 +255,7 @@ bool SoFont::load(SDL_Surface * FontSurf + + if(!FontSurface) + { +- log_printf(ELOG, "SoFont recieved a NULL SDL_Surface\n"); ++ log_printf(ELOG, "SoFont received a NULL SDL_Surface\n"); + return false; + } + if(picture) +--- a/prefs.cpp ++++ b/prefs.cpp +@@ -161,7 +161,7 @@ void prefs_t::postload() + + if((o_wait_msec != 30) && !cmd_cheat) + { +- log_printf(ELOG, "'wait' is only avaliable in cheat mode!\n"); ++ log_printf(ELOG, "'wait' is only available in cheat mode!\n"); + o_wait_msec = 30; + } + -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/kobodeluxe.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

