Просмотр исходного кода

Ran file through ispell, this is result :-)

Pavel Machek 26 лет назад
Родитель
Сommit
ea0410522b
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      vfs/README

+ 2 - 2
vfs/README

@@ -5,7 +5,7 @@ please read this file. I'm integral part of midnight commander, but I
 try to go out and live my life myself as a shared library, too. That
 try to go out and live my life myself as a shared library, too. That
 means that I should try to use as little functions from midnight as
 means that I should try to use as little functions from midnight as
 possible (so I'm tiny, nice and people like me), that I should not
 possible (so I'm tiny, nice and people like me), that I should not
-pollute namespace by unneccessary symbols (so I do not crash fellow
+pollute name space by unnecessary symbols (so I do not crash fellow
 programs) and that I should have a clean interface between myself and
 programs) and that I should have a clean interface between myself and
 midnight.
 midnight.
 
 
@@ -42,7 +42,7 @@ And because I'm trying to live life on my own as libvfs.so, try to:
 'vfs_'.
 'vfs_'.
 
 
 * Do not make any references from midnight into modules like tar. It
 * Do not make any references from midnight into modules like tar. It
-would probably pollute namespace and midnight would depend on concrete
+would probably pollute name space and midnight would depend on concrete
 configuration of libvfs. mc_setctl() and mc_ctl() are your
 configuration of libvfs. mc_setctl() and mc_ctl() are your
 friends. (And mine too :-).
 friends. (And mine too :-).