[epiphany] ephy-main: fix typo in message



commit 11badefa0ecef3884972cbc6ee773ee3ea1be6ec
Author: Xan Lopez <xan igalia com>
Date:   Sat May 19 19:42:57 2012 +0900

    ephy-main: fix typo in message

 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 fa46b58..ea7be1b 100644
--- a/src/ephy-main.c
+++ b/src/ephy-main.c
@@ -411,7 +411,7 @@ main (int argc,
                                           EPHY_PREFS_LOCKDOWN_ARBITRARY_URL);
 
   if (arguments != NULL && arbitrary_url) {
-    g_print ("URL loading is locked dow n\n");
+    g_print ("URL loading is locked down.\n");
     exit (1);
   }
 



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