Context: Eliminated 'readcmd' and 'writcmd' entities

This commit is contained in:
Paul Beckingham
2015-08-22 11:09:29 -04:00
parent 018592abac
commit 54fecafcec
2 changed files with 3 additions and 9 deletions

View File

@@ -278,7 +278,7 @@ bool Filter::pendingOnly ()
}
////////////////////////////////////////////////////////////////////////////////
// Disaster avoidance mechanism. If a WRITECMD has no filter, then it can cause
// Disaster avoidance mechanism. If a !READONLY has no filter, then it can cause
// all tasks to be modified. This is usually not intended.
void Filter::safety ()
{