X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client_common.c;h=f4b09cd23c2eeedf7974583f3bf2cf145c993fc5;hp=8ea41922c6976996d039912ec9f754fc29fd197f;hb=5ec373417adc2fc80e407e7a5bcd8329f02b314c;hpb=2f07d34b5d4c37606be5849b6ee51e0443707898 diff --git a/client_common.c b/client_common.c index 8ea41922..f4b09cd2 100644 --- a/client_common.c +++ b/client_common.c @@ -13,7 +13,6 @@ #include "error.h" #include "list.h" #include "sched.h" -#include "client.cmdline.h" #include "crypt.h" #include "net.h" #include "fd.h" @@ -28,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().