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. 17237803405cec3721b5


From: Sandro Santilli
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 17237803405cec3721b5319e40cfd55ed247b73a
Date: Mon, 06 Dec 2010 09:40:47 +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  17237803405cec3721b5319e40cfd55ed247b73a (commit)
      from  69ab47b535acb708da52f8b2e46b8c2d00e45ed4 (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=17237803405cec3721b5319e40cfd55ed247b73a


commit 17237803405cec3721b5319e40cfd55ed247b73a
Author: Sandro Santilli <address@hidden>
Date:   Mon Dec 6 10:40:40 2010 +0100

    typo

diff --git a/libbase/curl_adapter.cpp b/libbase/curl_adapter.cpp
index efd679b..0d66044 100644
--- a/libbase/curl_adapter.cpp
+++ b/libbase/curl_adapter.cpp
@@ -1137,7 +1137,7 @@ CurlStreamFile::seek(std::streampos pos)
     if (_error) return false; // error can be set by fillCache
 
     if (_cached < static_cast<size_t>(pos)) {
-        log_error ("Warning: could not cache anough bytes on seek: %d "
+        log_error ("Warning: could not cache enough bytes on seek: %d "
                   "requested, %d cached", pos, _cached);
         return false; 
     }

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

Summary of changes:
 libbase/curl_adapter.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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