From a54331c568df57f318ca673b414a08c4a230cb0b Mon Sep 17 00:00:00 2001 From: benrubson Date: Thu, 2 Nov 2017 10:16:51 +0100 Subject: [PATCH] Typo --- encfs/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/encfs/main.cpp b/encfs/main.cpp index cb123e5..b79c801 100644 --- a/encfs/main.cpp +++ b/encfs/main.cpp @@ -784,8 +784,8 @@ static void *idleMonitor(void *_arg) { RLOG(WARNING) << "Filesystem inactive, but " << openCount << " files opened: " << arg->opts->mountPoint; } else { - /* try to lock the mount point to give an oportunity to handle races - with an automated tool or script using --idle. */ + /* try to lock the mount point to give an oportunity to handle races + with an automated tool or script using --idle. */ int fdlock = open(arg->opts->mountPoint.c_str(),O_RDONLY); if (flock(fdlock, LOCK_EX|LOCK_NB) == -1) { RLOG(WARNING) << "Filesystem inactive, but "