diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-09 06:57:29 -0500 |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2018-02-09 06:57:29 -0500 |
commit | eb91c0e4ed67fb4e8e8ffaaedfaf84e1c4b034fb (patch) | |
tree | c5beff7b6d3ddf164b89cc59d333cf682802b47f /pngstruct.h | |
parent | d5e4915ebe57623801dba9ad88fb764fb84d3831 (diff) |
More misc. typos
found via `codespell-q 3`
please review
Diffstat (limited to 'pngstruct.h')
-rw-r--r-- | pngstruct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pngstruct.h b/pngstruct.h index afef2c028..b5cabe974 100644 --- a/pngstruct.h +++ b/pngstruct.h @@ -307,7 +307,7 @@ struct png_struct_def #endif #if defined(PNG_READ_SHIFT_SUPPORTED) || defined(PNG_WRITE_SHIFT_SUPPORTED) - png_color_8 shift; /* shift for significant bit tranformation */ + png_color_8 shift; /* shift for significant bit transformation */ #endif #if defined(PNG_tRNS_SUPPORTED) || defined(PNG_READ_BACKGROUND_SUPPORTED) \ |