gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-


From: Petter Reinholdtsen
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1944-g4481377
Date: Fri, 25 Apr 2014 06:01:16 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  44813771e5cc77a2338f1c371e0e0588320c28ff (commit)
      from  7c95e14a25790540d827e926d0a0a67a156b6e56 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=44813771e5cc77a2338f1c371e0e0588320c28ff


commit 44813771e5cc77a2338f1c371e0e0588320c28ff
Author: Petter Reinholdtsen <address@hidden>
Date:   Fri Apr 25 08:00:20 2014 +0200

    Fix typo in string.

diff --git a/testsuite/check.h b/testsuite/check.h
index c6c987c..eb4571d 100644
--- a/testsuite/check.h
+++ b/testsuite/check.h
@@ -123,7 +123,7 @@ int main(int argc, char *argv[]) { \
   try { \
       return trymain(argc, argv);  \
   } catch (std::exception const&  ex) { \
-    (runtest).fail(std::string("caugh unexcepcted exception: ") + ex.what()); \
+    (runtest).fail(std::string("caught unexpected exception: ") + ex.what()); \
     return 1; \
   } \
 }

-----------------------------------------------------------------------

Summary of changes:
 testsuite/check.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]