From 6f4a31a8e5047e24e1b8f7b26e1c6b2b1b124d03 Mon Sep 17 00:00:00 2001 From: Sean McArde Date: Thu, 30 Jul 2020 02:45:00 -0400 Subject: [PATCH] Minor grammar and ethical errors. --- main.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main.cpp b/main.cpp index fbde788..32962b7 100644 --- a/main.cpp +++ b/main.cpp @@ -1,6 +1,5 @@ /* Copyright (C) Sean McArdle - All Rights Reserved - * Unauthorized copying of this file, via any medium is strictly prohibited - * Proprietary and confidential + * Unauthorized copying of this file, via any medium is probably fine. * Written by Sean McArdle , Jun 21, 2017 */ @@ -113,7 +112,7 @@ main(int argc, char *argv[]) { watchers.push_back(fwatcher->addWatch(f, listener, true)); } - // Start watching asynchronously the directories + // Start watching the directories asynchronously fwatcher->watch(); while (true) {