[epiphany] Fixed a typo



commit 69837e0a601b0c46304d09b182234caa32a032d6
Author: Priit Laes <plaes plaes org>
Date:   Mon Jul 18 15:35:47 2011 +0300

    Fixed a typo

 src/ephy-main.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/ephy-main.c b/src/ephy-main.c
index 38787cc..b85fa75 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -365,7 +365,7 @@ main (int argc,
   }
 
   if (profile_directory != NULL && private_instance == FALSE && application_mode == FALSE) {
-    g_print ("--profile can only be used in combination wit h --private-instance or --application-mode\n");
+    g_print ("--profile can only be used in combination with --private-instance or --application-mode\n");
     exit (1);
   }
 



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