Преглед на файлове

Typo in comment

Source commit: 8554db67286e6e28237968844235ad0066c4bd07
Martin Prikryl преди 7 години
родител
ревизия
f5f2bec9fa
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      dotnet/internal/PatientFileStream.cs

+ 1 - 1
dotnet/internal/PatientFileStream.cs

@@ -34,7 +34,7 @@ namespace WinSCP
                 }
             }
             // We always want to return something.
-            // No attempt to detect end real of file is needed,
+            // No attempt to detect real end of file is needed,
             // as we should not try to read beyond the final closing tag
             while (result == 0);