[gnome-commander/gcmd-1-2-8] Fix spelling errors



commit c529c5af4981c8fcc1409ed23ae87062c05e4f1d
Author: Alessio Treglia <alessio debian org>
Date:   Wed Jan 26 18:05:00 2011 +0100

    Fix spelling errors

 src/intviewer/fileops.cc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/intviewer/fileops.cc b/src/intviewer/fileops.cc
index 94fccf6..9ced699 100644
--- a/src/intviewer/fileops.cc
+++ b/src/intviewer/fileops.cc
@@ -235,7 +235,7 @@ const char *gv_file_init_growing_view (ViewerFileOps *ops, const char *filename)
 */
 const char *gv_file_load(ViewerFileOps *ops, int fd)
 {
-    g_return_val_if_fail (ops!=NULL, "invalid ops paramter");
+    g_return_val_if_fail (ops!=NULL, "invalid ops parameter");
 
     ops->file = fd;
 



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