]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
client: Fix typo in comment.
authorAndre Noll <maan@systemlinux.org>
Sat, 6 Apr 2013 19:43:53 +0000 (19:43 +0000)
committerAndre Noll <maan@systemlinux.org>
Thu, 13 Jun 2013 16:29:02 +0000 (18:29 +0200)
client_common.c

index f0efe42fd49769db17d341f1d325b72661e4918d..f4b09cd23c2eeedf7974583f3bf2cf145c993fc5 100644 (file)
 #define CLIENT_BUFSIZE 4000
 
 /**
 #define CLIENT_BUFSIZE 4000
 
 /**
- * Close the connection to para_server and deallocate per-command ressources.
+ * Close the connection to para_server and deallocate per-command resources.
  *
  * \param ct The client task.
  *
  *
  * \param ct The client task.
  *
- * This frees all ressources 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().
  * in \p ct->conf.
  *
  * \sa \ref client_close().