mattias преди 7 години
родител
ревизия
61b2aeb3fe
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/nodejs/nodejsfs.pas

+ 1 - 1
packages/nodejs/nodejsfs.pas

@@ -373,7 +373,7 @@ type
     function dirname(Path: string): string; // returns directory without trailing sep
     function extname(Path: string): string; // returns from last occurence of '.', if path starts with '.' the empty string is returned
     function format(PathObject: TJSObject): string; {
-      PathObjectis can contain the followinf string properties:
+      PathObjectis can contain the following string properties:
       dir, root, base, name, ext
       root is ignored if dir exists
       ext and name are ignored if base exists