Minor: aligned capitalization in fatal error message.

This commit is contained in:
Ingo Karkat
2010-07-15 13:52:09 +02:00
parent 4d29e68e89
commit a7afc7917d
2 changed files with 2 additions and 2 deletions

View File

@@ -510,7 +510,7 @@ fi
}
# === SANITY CHECKS (thanks Karl!) ===
[ -r "$TODOTXT_CFG_FILE" ] || die "Fatal error: Cannot read configuration file $TODOTXT_CFG_FILE"
[ -r "$TODOTXT_CFG_FILE" ] || die "Fatal Error: Cannot read configuration file $TODOTXT_CFG_FILE"
. "$TODOTXT_CFG_FILE"