diff options
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); } |