From 5776362b8075f7870b8592627d082b8e4e2aaf2c Mon Sep 17 00:00:00 2001 From: luz paz Date: Wed, 17 Mar 2021 20:43:45 -0400 Subject: Fix misc. typos Found via `codespell` --- TextureLoader/include/PNGCodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TextureLoader/include') 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). -- cgit v1.2.3