summaryrefslogtreecommitdiffstats
path: root/TextureLoader/include
diff options
context:
space:
mode:
authorAssiduous <61806567+TheMostDiligent@users.noreply.github.com>2021-03-18 05:06:50 +0000
committerGitHub <noreply@github.com>2021-03-18 05:06:50 +0000
commit1de4b5caf9a2f779b2a160c210b425e1c63bb1a9 (patch)
treefcac53b85a8f10b5a6a698cdc7c3ccd21f700625 /TextureLoader/include
parentUpdated readme (diff)
parentFix misc. typos (diff)
downloadDiligentTools-1de4b5caf9a2f779b2a160c210b425e1c63bb1a9.tar.gz
DiligentTools-1de4b5caf9a2f779b2a160c210b425e1c63bb1a9.zip
Merge pull request #21 from luzpaz/typos
Fix misc. typos
Diffstat (limited to 'TextureLoader/include')
-rw-r--r--TextureLoader/include/PNGCodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TextureLoader/include/PNGCodec.h b/TextureLoader/include/PNGCodec.h
index 3df5493..b0dace4 100644
--- a/TextureLoader/include/PNGCodec.h
+++ b/TextureLoader/include/PNGCodec.h
@@ -34,7 +34,7 @@ DILIGENT_BEGIN_NAMESPACE(Diligent)
/// PNG decoding result.
DILIGENT_TYPED_ENUM(DECODE_PNG_RESULT, Uint32)
{
- /// Decoding was successfull.
+ /// Decoding was successful.
DECODE_PNG_RESULT_OK = 0,
/// Invalid arguments (e.g. null pointer).