aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-main.c
diff options
context:
space:
mode:
authorPriit Laes <plaes@plaes.org>2011-07-18 20:35:47 +0800
committerPriit Laes <plaes@plaes.org>2011-07-18 20:35:47 +0800
commit69837e0a601b0c46304d09b182234caa32a032d6 (patch)
treed202a1f35fdb44c20803f6ede39b185eeb30fab6 /src/ephy-main.c
parentc6e61c010a412e027d9174fbb53687bba63f5811 (diff)
downloadgsoc2013-epiphany-69837e0a601b0c46304d09b182234caa32a032d6.tar
gsoc2013-epiphany-69837e0a601b0c46304d09b182234caa32a032d6.tar.gz
gsoc2013-epiphany-69837e0a601b0c46304d09b182234caa32a032d6.tar.bz2
gsoc2013-epiphany-69837e0a601b0c46304d09b182234caa32a032d6.tar.lz
gsoc2013-epiphany-69837e0a601b0c46304d09b182234caa32a032d6.tar.xz
gsoc2013-epiphany-69837e0a601b0c46304d09b182234caa32a032d6.tar.zst
gsoc2013-epiphany-69837e0a601b0c46304d09b182234caa32a032d6.zip
Fixed a typo
Diffstat (limited to 'src/ephy-main.c')
-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 38787cc3f..b85fa7562 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);
}