From 875b6df8fb21a691361b3ba63d2e2de352b4a058 Mon Sep 17 00:00:00 2001 From: Jacob Edelman Date: Mon, 15 Dec 2014 20:40:19 -0500 Subject: [PATCH] Fixed a small spelling mistake Fixed the spelling of "implementations". --- themes/petitions44/template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/petitions44/template.php b/themes/petitions44/template.php index d121dcda3..398eba899 100644 --- a/themes/petitions44/template.php +++ b/themes/petitions44/template.php @@ -230,7 +230,7 @@ function _petitions44_help_text() { // Check for user-defined header. if (!$petitions44_help_text = theme_get_setting('petitions44_help_text')) { // If no user-defined header exists, check to see if an included module is - // providing defaults (this is useful for implmentations like petitions). + // providing defaults (this is useful for implementations like petitions). $text = t('Help make We the People even better. Share your feedback on how this new platform can improve.'); $petitions44_help_text = variable_get('petitions44_help_text', $text); }