Minor grammar and ethical errors.

master
Sean McArde 2020-07-30 02:45:00 -04:00
parent e86eb7cac3
commit 6f4a31a8e5
1 changed files with 2 additions and 3 deletions

View File

@ -1,6 +1,5 @@
/* Copyright (C) Sean McArdle - All Rights Reserved /* Copyright (C) Sean McArdle - All Rights Reserved
* Unauthorized copying of this file, via any medium is strictly prohibited * Unauthorized copying of this file, via any medium is probably fine.
* Proprietary and confidential
* Written by Sean McArdle <sean@mcardletech.com>, Jun 21, 2017 * Written by Sean McArdle <sean@mcardletech.com>, Jun 21, 2017
*/ */
@ -113,7 +112,7 @@ main(int argc, char *argv[]) {
watchers.push_back(fwatcher->addWatch(f, listener, true)); watchers.push_back(fwatcher->addWatch(f, listener, true));
} }
// Start watching asynchronously the directories // Start watching the directories asynchronously
fwatcher->watch(); fwatcher->watch();
while (true) { while (true) {