Skip to content

Commit

Permalink
commonLogFcts.sh: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fritz-hh committed Jan 27, 2015
1 parent d9fc09f commit b74a105
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/commonLogFcts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ get_log_entries_ts() {
tail -$(($nbLinesInFile-$lastLine+1)) "$f"
# Even the last line in the log is too old
else
echo "The data available in the log file are to old"
echo "The data available in the log file are too old"
return 2
fi

Expand Down

0 comments on commit b74a105

Please sign in to comment.