From 2170cc5b9809b5aab53baf5b1249925e63679cf1 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Fri, 9 Nov 2012 11:05:35 +0000 Subject: [PATCH] E: Fix typo spotted by rustyBSD. Signed-off-by: Christopher Michael SVN revision: 79016 --- src/bin/e_config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/e_config.c b/src/bin/e_config.c index 6cdeaae59..94703e742 100644 --- a/src/bin/e_config.c +++ b/src/bin/e_config.c @@ -1057,7 +1057,7 @@ e_config_load(void) "files available for the given profile (normally\n" "default or the last profile used or provided on the\n" "command-line with -profile etc.)\n\n" - "Cannot contiue without configuration to work with.\n" + "Cannot continue without configuration to work with.\n" "Please ensure you have system or user configuration\n" "for the profile you are using before proceeeding."); abort();