From a673a330a529e40606cfda8c07ce2a0e669c57cd Mon Sep 17 00:00:00 2001 From: fatherbushido Date: Tue, 6 Sep 2016 13:14:51 +0000 Subject: [PATCH] Fixes a typo in 8c6944f58f. This was SVN commit r18709. --- .../mods/public/simulation/components/interfaces/Capturable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binaries/data/mods/public/simulation/components/interfaces/Capturable.js b/binaries/data/mods/public/simulation/components/interfaces/Capturable.js index 6570c6f2e9..1eb8686b1a 100644 --- a/binaries/data/mods/public/simulation/components/interfaces/Capturable.js +++ b/binaries/data/mods/public/simulation/components/interfaces/Capturable.js @@ -9,7 +9,7 @@ Engine.RegisterMessageType("CapturePointsChanged"); /** * Message in the form of { "regenerating": boolean, "regenRate": number, "territoryDecay": number } - * where "rate" value is always zero when not decaying, + * where "regenRate" value is always zero when not decaying, * sent from Capturable component. */ Engine.RegisterMessageType("CaptureRegenStateChanged");