Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Moritz <domoritz@gmail.com>2018-12-10 06:48:19 +0300
committerGitHub <noreply@github.com>2018-12-10 06:48:19 +0300
commit5a642c485eface5ff32c3374b9f2f65596c49786 (patch)
treed23b3860d937f260cae93504d6b7ed5b6c78bc5a /examples
parent8f2e86434b2bfa4d6178622ca3745a68303f8b00 (diff)
Fix typo in example
Diffstat (limited to 'examples')
-rw-r--r--examples/ColorPalette/ColorPalette.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ColorPalette/ColorPalette.ino b/examples/ColorPalette/ColorPalette.ino
index 0fdfb594..4d64efb3 100644
--- a/examples/ColorPalette/ColorPalette.ino
+++ b/examples/ColorPalette/ColorPalette.ino
@@ -165,7 +165,7 @@ const TProgmemPalette16 myRedWhiteBluePalette_p PROGMEM =
-// Additionl notes on FastLED compact palettes:
+// Additional notes on FastLED compact palettes:
//
// Normally, in computer graphics, the palette (or "color lookup table")
// has 256 entries, each containing a specific 24-bit RGB color. You can then