From c046c4170af1c2ea758c2c2a83f02bcf8ce5b1e4 Mon Sep 17 00:00:00 2001 From: Stephen McGregor Date: Thu, 21 Sep 2017 17:35:42 +1200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5128fd4..20af545 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ systemChecker is a perl program that checks a collection of file system danger p systemChecker is intended to be run every minute or every 5 minutes, probably from cron or anacron. The errors it looks for should be dealt with instantly as they each represent a system corruption of one type or another. -The writing of this program was driven by the harm caused bu continuing to operate on a system that has undergone one of many invisible corruptions. +The writing of this program was driven by the harm caused from continuing to operate on a system that has undergone one of many invisible corruptions. systemChecker is written in Perl5 using only standard libraries.