Fix some typos (found by `codespell` and `typos`)
[openjpeg.git] / src / lib / openjpip / auxtrans_manager.h
index 7a45317018ac3342fa0abbea167d886386081329..e7527275af1370a6e9857d16e185e362ec1c8af5 100644 (file)
@@ -38,8 +38,8 @@
 typedef struct auxtrans_param {
     int tcpauxport;       /**< tcp port*/
     int udpauxport;       /**< udp port*/
-    SOCKET tcplistensock; /**< listenning socket for aux tcp (-1 if not open)*/
-    SOCKET udplistensock; /**< listenning socket for aux udp (-1 if not open)*/
+    SOCKET tcplistensock; /**< listening socket for aux tcp (-1 if not open)*/
+    SOCKET udplistensock; /**< listening socket for aux udp (-1 if not open)*/
 } auxtrans_param_t;
 
 /**