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:
authorDaniel Garcia <danielgarcia@gmail.com>2019-01-20 03:46:12 +0300
committerGitHub <noreply@github.com>2019-01-20 03:46:12 +0300
commita8873b3e25c3c1c8a30baa08b75416ce9ed7fd23 (patch)
treefa490d4a6d63013b4c721139a02428a7b5c61649 /examples
parent311ed1df3f34c915aee219520dfaa44cc28762cf (diff)
parent5a642c485eface5ff32c3374b9f2f65596c49786 (diff)
Merge pull request #695 from domoritz/patch-1
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