diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-09-02 02:46:58 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-09-02 02:46:58 +0200 |
commit | 3ccdb14057247e038891b9a38273995d7bef42e9 (patch) | |
tree | d1ff71ee8a4d5c7a43678bccf1beb227681f2fbf /doc | |
parent | m doc fix + info: communication utilties (diff) | |
download | mds-3ccdb14057247e038891b9a38273995d7bef42e9.tar.gz mds-3ccdb14057247e038891b9a38273995d7bef42e9.tar.bz2 mds-3ccdb14057247e038891b9a38273995d7bef42e9.tar.xz |
typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/info/mds.texinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 0b60714..5403f58 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -8713,7 +8713,7 @@ of the client. @menu * Protocol Utilties:: Low-level functions for implementing protocols. -* Communication Utilties:: Low-level communication functions. +* Communication Utilities:: Low-level communication functions. @end menu @@ -9037,8 +9037,8 @@ that uses @code{va_list} instead. These functions are suffixed -@node Communication Utilties -@section Communication Utilties +@node Communication Utilities +@section Communication Utilities @cpindex Communication foundation The header file @file{<libmdsclient/comm.h>} provides |