projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d5159e
)
client: Fix typo in comment.
author
Andre Noll
<maan@systemlinux.org>
Sat, 6 Apr 2013 19:43:53 +0000
(19:43 +0000)
committer
Andre Noll
<maan@systemlinux.org>
Thu, 13 Jun 2013 16:29:02 +0000
(18:29 +0200)
client_common.c
patch
|
blob
|
history
diff --git
a/client_common.c
b/client_common.c
index
f0efe42
..
f4b09cd
100644
(file)
--- a/
client_common.c
+++ b/
client_common.c
@@
-27,11
+27,11
@@
#define CLIENT_BUFSIZE 4000
/**
- * Close the connection to para_server and deallocate per-command res
s
ources.
+ * Close the connection to para_server and deallocate per-command resources.
*
* \param ct The client task.
*
- * This frees all res
s
ources of the current command but keeps the configuration
+ * This frees all resources of the current command but keeps the configuration
* in \p ct->conf.
*
* \sa \ref client_close().