From ed8460e5be00f7a14e85223bb730ab3da7e39d0c Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Mon, 17 Sep 2018 09:23:45 +0200 Subject: [PATCH] Fix typos --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index be08e14..c12a9a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -13,7 +13,7 @@ Henner Zeller: * Clarify the input/output variable names (No-op change) - * Organize options the same sequence they are mentiond in cmdline help. + * Organize options the same sequence they are mentioned in cmdline help. * Update README. @@ -31,7 +31,7 @@ Henner Zeller: * Write to logfile as soon as we have the data, don't buffer. - Logfiles are important to see what happend, in particular if something + Logfiles are important to see what happened, in particular if something unexpected happened; so we want to make sure that the logfile is flushed to disk.