summaryrefslogtreecommitdiff
path: root/src/htsserver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsserver.c')
-rw-r--r--src/htsserver.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/htsserver.c b/src/htsserver.c
index 1698955..39522dd 100644
--- a/src/htsserver.c
+++ b/src/htsserver.c
@@ -59,7 +59,7 @@ Please visit our Website: http://www.httrack.com
#endif
/* END specific definitions */
-/* définitions globales */
+/* définitions globales */
#include "htsglobal.h"
/* htslib */
@@ -195,7 +195,7 @@ T_SOC smallserver_init(int* port,char* adr) {
// effacer structure
/*memset(&server2, 0, sizeof(server2));
if (getsockname(soc,(struct sockaddr*) &server2,&len) == 0) {
- *port=ntohs(SOCaddr_sinport(server)); // récupérer port*/
+ *port=ntohs(SOCaddr_sinport(server)); // récupérer port*/
if (listen(soc,10)>=0) { // au pif le 10
// SOCaddr_inetntoa(adr, 128, server2, len);
strcpy(adr, h_loc);
@@ -1354,7 +1354,7 @@ static int htslang_load(char* limit_to, char* path) {
} while (strnotempty(test));
}
- if (!strnotempty(test)) { // éviter doublons
+ if (!strnotempty(test)) { // éviter doublons
// conv_printf(key,key);
int len;
char* buff;
@@ -1523,7 +1523,7 @@ static void LANG_DELETE(void) {
inthash_delete(&NewLangStrKeys);
}
-// sélection de la langue
+// sélection de la langue
static void LANG_INIT(char* path) {
//CWinApp* pApp = AfxGetApp();
//if (pApp) {