Skip to content

Commit

Permalink
Fix a couple of typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen McGregor authored Sep 23, 2017
1 parent c046c41 commit 8f94a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ 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 from 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 had undergone one of many invisible corruptions.

systemChecker is written in Perl5 using only standard libraries.


# Configuration

Basci configuration is done on the commandline. Whether or not each test is actually done is controlled by the presence, or absence, of a \_\_do\_some\_task\_ file in /etc/systemChecker
Basic configuration is done on the commandline. Whether or not each test is actually done is controlled by the presence, or absence, of a \_\_do\_some\_task\_ file in /etc/systemChecker

```
prompt > ./checker_everyMinute.pl -h
Expand Down

0 comments on commit 8f94a30

Please sign in to comment.