mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
Ran file through ispell, this is result :-)
This commit is contained in:
parent
c3a9b75fa8
commit
ea0410522b
@ -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 :-).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user