gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/utilities dumpshm.cpp


From: Markus Gothe
Subject: [Gnash-commit] gnash/utilities dumpshm.cpp
Date: Sun, 22 Oct 2006 18:42:39 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Markus Gothe <nihilus>  06/10/22 18:42:39

Modified files:
        utilities      : dumpshm.cpp 

Log message:
        Typo.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/utilities/dumpshm.cpp?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: dumpshm.cpp
===================================================================
RCS file: /sources/gnash/gnash/utilities/dumpshm.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- dumpshm.cpp 22 Oct 2006 18:40:59 -0000      1.5
+++ dumpshm.cpp 22 Oct 2006 18:42:39 -0000      1.6
@@ -37,7 +37,7 @@
 //
 
 
-/* $Id: dumpshm.cpp,v 1.5 2006/10/22 18:40:59 nihilus Exp $ */
+/* $Id: dumpshm.cpp,v 1.6 2006/10/22 18:42:39 nihilus Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -93,7 +93,7 @@
 {
 #ifndef HAVE_SHM_UNLINK
 //Do nothing just return.
-cerr << "POSIX shm_unlink() isnn't supported by your OS!" << endl;
+cerr << "POSIX shm_unlink() is not supported by your OS!" << endl;
        return -1;
 #else
     unsigned int          i;




reply via email to

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