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: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-445-g0774e9a
Date: Thu, 07 Jul 2011 18:16:02 +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  0774e9ab8412160c6a9a862482841bc7da7c8183 (commit)
      from  0e108ce066928bb484a0028c059d83dc0e409978 (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=0774e9ab8412160c6a9a862482841bc7da7c8183


commit 0774e9ab8412160c6a9a862482841bc7da7c8183
Author: Sandro Santilli <address@hidden>
Date:   Thu Jul 7 20:15:40 2011 +0200

    Typos

diff --git a/libcore/Function.h b/libcore/Function.h
index 43555ed..9c0c205 100644
--- a/libcore/Function.h
+++ b/libcore/Function.h
@@ -54,7 +54,7 @@ private:
 /// A simple SWF-defined Function
 //
 /// This represents a callable Function defined in a SWF. The basic version
-/// creates a scope in which and 'arguments' array, 'this', 'super', and the
+/// creates a scope in which 'arguments' array, 'this', 'super', and the
 /// expected argument names are defined.
 //
 /// For a more advanced function, see Function2.
diff --git a/libcore/UserFunction.h b/libcore/UserFunction.h
index 66aaf48..2a83269 100644
--- a/libcore/UserFunction.h
+++ b/libcore/UserFunction.h
@@ -32,7 +32,7 @@ namespace gnash {
 //
 /// 1. Function: functions parsed from a SWF
 /// 2. builtin_function: functions implemented in C++ as though they were
-///    These are used to implement what the API functions that the proprietary
+///    These are used to implement the API functions that the proprietary
 ///    player implements in a startup script.
 class UserFunction : public as_function
 {

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

Summary of changes:
 libcore/Function.h     |    2 +-
 libcore/UserFunction.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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