From 5ec373417adc2fc80e407e7a5bcd8329f02b314c Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 6 Apr 2013 19:43:53 +0000 Subject: [PATCH] client: Fix typo in comment. --- client_common.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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(). -- 2.39.2