diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-08-23 03:38:45 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-08-23 03:38:45 +0200 |
commit | 29f762e49faff546cbb1647ab89cc11194a69249 (patch) | |
tree | b1bf95e90c55d03b14ad27523e00e84a5f765164 /doc/info | |
parent | signal handlers that return should not modify errno (diff) | |
download | mds-29f762e49faff546cbb1647ab89cc11194a69249.tar.gz mds-29f762e49faff546cbb1647ab89cc11194a69249.tar.bz2 mds-29f762e49faff546cbb1647ab89cc11194a69249.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index b2f1192..276b3bf 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -316,7 +316,7 @@ libraries and concepts. server.} is a display server protocol and an implementation of said protocol. What makes @command{mds} stand out is its core design choice: -it is desigend just like a microkernel. Rather than +it is designed just like a microkernel. Rather than one, possibly modular, process --- a monolithic process --- @code{mds} is comprised of many small servers, each exchangable and responsible for one |