From 6cca87a1d9f1bb4917d1d36ef930d397391de9fb Mon Sep 17 00:00:00 2001 From: Stefan Breunig Date: Wed, 13 Feb 2013 18:48:21 +0100 Subject: [PATCH] fix left over typo from previous commit --- code/portal_detail_display_tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/portal_detail_display_tools.js b/code/portal_detail_display_tools.js index 67c66362..d0ead99d 100644 --- a/code/portal_detail_display_tools.js +++ b/code/portal_detail_display_tools.js @@ -162,7 +162,7 @@ window.getDestroyAP = function(d) { t += fieldCount + '×\tFields\t= ' + digits(fieldAp) + '\n'; t += '1×\tCapture\t= ' + CAPTURE_PORTAL + '\n'; t += '8×\tDeploy\t= ' + DEPLOY_RESONATOR + '\n'; - t += '1×\tBonus\t= ' + COMPLETITION_BONUS + '\n'; + t += '1×\tBonus\t= ' + COMPLETION_BONUS + '\n'; t += 'Sum: ' + digits(sum) + ' AP'; return '' + digits(text) + ''; }