This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository mednaffe.
commit 59f48f01736805bd664295292f5742eb067435fc Author: Stephen Kitt <[email protected]> Date: Sun Jul 31 21:04:30 2016 +0200 Grammar fix: "catched" -> "caught" Signed-off-by: Stephen Kitt <[email protected]> --- src/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/command.c b/src/command.c index ad19bb4..d0f8ba5 100644 --- a/src/command.c +++ b/src/command.c @@ -226,7 +226,7 @@ void child_watch(GPid pid, gint status, guidata *gui) "keyinputbutton")), TRUE); print_log("----\n", EMU, gui); - print_log("End of execution catched.\n", FE|EMU, gui); + print_log("End of execution caught.\n", FE|EMU, gui); } #ifdef G_OS_WIN32 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mednaffe.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

