Module: check_mk
Branch: master
Commit: 474ac311e8310101350c5665137170330f9b8f8d
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=474ac311e83101…
Author: Andreas Boesl <ab(a)mathias-kettner.de>
Date: Tue Oct 28 13:49:57 2014 +0100
Werk 1426: fixed formatting
---
.werks/1426 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.werks/1426 b/.werks/1426
index 4c33031..6cd0a18 100644
--- a/.werks/1426
+++ b/.werks/1426
@@ -9,6 +9,6 @@ Class: fix
Sometimes the windows agent read error texts out of dll files.
Most dll files were prefixed with <tt>%SystemRoot%</tt> which gets replaced
by the real path.
-However, there were instances were the prefix was <tt>%windir%</tt>.
-This placeholder was not replaced correctly. As a result the dll were not found,
+However, there were instances where the prefix was <tt>%windir%</tt>.
+This placeholder was not replaced correctly. As a result the dll could not get opened,
which lead to incorrect formatted texts.