Selaa lähdekoodia

typo in comment

David Rose 21 vuotta sitten
vanhempi
sitoutus
152ad24a1d
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      panda/src/pnmimagetypes/pnmFileTypeTIFF.cxx

+ 1 - 1
panda/src/pnmimagetypes/pnmFileTypeTIFF.cxx

@@ -425,7 +425,7 @@ Reader(PNMFileType *type, istream *file, bool owns_file, string magic_number) :
     } else if ((_num_channels == 2 || _num_channels == 4) && num_extra_samples == 0) {
       // If we have a 2- or 4-channel image but the extra samples are
       // not declared, assume it was written out by a broken TIFF
-      // implementation and that the extra channel is really mean to
+      // implementation and that the extra channel is really meant to
       // be alpha.
       unassoc_alpha_sample = _num_channels - 1;
       if (pnmimage_tiff_cat.is_debug()) {