diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,3 +24,7 @@
 ## 0.1.1.4 -- 2023-08-04
 
 * Added Graphics.Gloss.Raster.Field.
+
+## 0.1.1.5 -- 2023-08-04
+
+* Fixed RGBTriplet(..) doc link.
diff --git a/gloss-raster-massiv.cabal b/gloss-raster-massiv.cabal
--- a/gloss-raster-massiv.cabal
+++ b/gloss-raster-massiv.cabal
@@ -20,7 +20,7 @@
 -- PVP summary:     +-+------- breaking API changes
 --                  | | +----- non-breaking API additions
 --                  | | | +--- code changes with no API change
-version:            0.1.1.4
+version:            0.1.1.5
 
 -- A short (one-line) description of the package.
 synopsis:           Massiv-based alternative for gloss-raster
diff --git a/src/Graphics/Gloss/Raster/Massiv/Internal.hs b/src/Graphics/Gloss/Raster/Massiv/Internal.hs
--- a/src/Graphics/Gloss/Raster/Massiv/Internal.hs
+++ b/src/Graphics/Gloss/Raster/Massiv/Internal.hs
@@ -88,7 +88,7 @@
 
 instance GStorable ColorMassiv
 
--- | Custom data type for makeFrame function in @"Grahpics.Gloss.Raster.Field"@.
+-- | Custom data type for makeFrame function in @"Graphics.Gloss.Raster.Field"@.
 data RGBTriplet = RGBTriplet Word8 Word8 Word8
   deriving (Show,Eq,Data,Generic,Typeable)
 
