aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ephy-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-main.c b/src/ephy-main.c
index fa46b5838..ea7be1b13 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);
}