diff options
author | Priit Laes <plaes@plaes.org> | 2011-07-18 20:35:47 +0800 |
---|---|---|
committer | Priit Laes <plaes@plaes.org> | 2011-07-18 20:35:47 +0800 |
commit | 69837e0a601b0c46304d09b182234caa32a032d6 (patch) | |
tree | d202a1f35fdb44c20803f6ede39b185eeb30fab6 /src | |
parent | c6e61c010a412e027d9174fbb53687bba63f5811 (diff) | |
download | gsoc2013-epiphany-69837e0a601b0c46304d09b182234caa32a032d6.tar.gz gsoc2013-epiphany-69837e0a601b0c46304d09b182234caa32a032d6.tar.zst gsoc2013-epiphany-69837e0a601b0c46304d09b182234caa32a032d6.zip |
Fixed a typo
Diffstat (limited to 'src')
-rw-r--r-- | 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 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); } |