Spelling fixes (patch by ka7, #890, rebased on top of master)
[openjpeg.git] / src / lib / openmj2 / j2k.c
index e367737b783fde70b884957b03944f3abc4061d4..85f7b40ee5ec0833205b4fd1c19313e71c16ccbd 100644 (file)
@@ -2370,7 +2370,7 @@ void j2k_setup_encoder(opj_j2k_t *j2k, opj_cparameters_t *parameters,
 #endif /* USE_JPWL */
 
 
-    /* initialize the mutiple tiles */
+    /* initialize the multiple tiles */
     /* ---------------------------- */
     cp->tcps = (opj_tcp_t*) opj_calloc(cp->tw * cp->th, sizeof(opj_tcp_t));