From: Andre Noll <maan@systemlinux.org>
Date: Sat, 6 Apr 2013 19:43:53 +0000 (+0000)
Subject: client: Fix typo in comment.
X-Git-Tag: v0.4.13~23^2~18
X-Git-Url: https://git.tue.mpg.de/?a=commitdiff_plain;h=5ec373417adc2fc80e407e7a5bcd8329f02b314c;p=paraslash.git

client: Fix typo in comment.
---

diff --git a/client_common.c b/client_common.c
index f0efe42f..f4b09cd2 100644
--- 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 ressources.
+ * Close the connection to para_server and deallocate per-command resources.
  *
  * \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().