diff --git a/src/lib.rs b/src/lib.rs index ff9f214..905c4a0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -101,7 +101,7 @@ pub struct RGBA { /// 8-bit RGB /// -/// The colorspace is techincally undefined, but generally sRGB is assumed. +/// The colorspace is technically undefined, but generally sRGB is assumed. pub type RGB8 = RGB; /// 16-bit RGB in machine's native endian