Преглед изворни кода

Typo in comment

Source commit: d1c59aca7452ffd2c6a4aae88ac3dd4a5c82014f
Martin Prikryl пре 8 година
родитељ
комит
8291073ae1
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      source/packages/my/DiscMon.pas

+ 1 - 1
source/packages/my/DiscMon.pas

@@ -579,7 +579,7 @@ var
     // before notification about deleting the directory.
     // While this does not 100% protect against an attempt to synchronize the deleted directory,
     // it may greatly reduce the risk (as checked after the sleep above).
-    // Though actually it's may not even be possible to delete the directory as we have it locked.
+    // Though actually it may not even be possible to delete the directory as we have it locked.
     if DirectoryExists(FDirectories[Directory]) then
     begin
       FNotifiedDirectory := FDirectories[Directory];