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: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-1378-ge70a711
Date: Mon, 02 Jan 2012 14:42:25 +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  e70a7118bd322de551bca88fde727c67c0373c17 (commit)
      from  4a3633996518ec7baea980260447ab93e2e5f240 (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=e70a7118bd322de551bca88fde727c67c0373c17


commit e70a7118bd322de551bca88fde727c67c0373c17
Author: Rob Savoye <address@hidden>
Date:   Mon Jan 2 07:42:26 2012 -0700

    fix minor typos

diff --git a/cygnal/cygnal.cpp b/cygnal/cygnal.cpp
index 8265e66..946d38e 100644
--- a/cygnal/cygnal.cpp
+++ b/cygnal/cygnal.cpp
@@ -881,7 +881,7 @@ connection_handler(Network::thread_params_t *args)
                    // We're done, close this network connection
                }
            } else {
-               log_network(_("Resuing %s Handler for %s using fd #%d"),
+               log_network(_("Reusing %s Handler for %s using fd #%d"),
                            proto_str[hargs->protocol], key, hargs->netfd);
                hand->addClient(args->netfd, Network::HTTP);
            }
diff --git a/cygnal/libnet/sshclient.cpp b/cygnal/libnet/sshclient.cpp
index 5b45b99..f4cf6c0 100644
--- a/cygnal/libnet/sshclient.cpp
+++ b/cygnal/libnet/sshclient.cpp
@@ -409,7 +409,7 @@ SSHClient::readChannel(ssh_channel channel, cygnal::Buffer 
&buf)
     if (channel) {
        ret = channel_read(channel, buf.reference(), buf.size(), 0);
     } else {
-       log_error(_("Can't read from a non-existant channel!"));
+       log_error(_("Can't read from a non-existent channel!"));
     }
 
     return ret;
@@ -424,7 +424,7 @@ SSHClient::writeChannel(ssh_channel channel, cygnal::Buffer 
&buf)
     if (channel) {
        ret = channel_write(channel, buf.reference(), buf.size());
     } else {
-       log_error(_("Can't write to a non-existant channel!"));
+       log_error(_("Can't write to a non-existent channel!"));
     }
 
     return ret;

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

Summary of changes:
 cygnal/cygnal.cpp           |    2 +-
 cygnal/libnet/sshclient.cpp |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

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