.module rules_form_alter_rules_action_info(): various misspellings like: allways, Upadte, conatains etc. Please review.
.module LINE 119: misspelling in array index "elemet_array"
.module LINE 170 - 173: I think the strings here could go into the t() function.
.module: misspelled variable $crete_missing
reported by Stefan Lehmann
https://drupal.org/node/1990340#comment-7471020
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | spelling_fixed-2009172-1.patch | 6.39 KB | andyhat |
Comments
Comment #1
andyhat commentedCorrections to the spellings following the issue summary.
Comment #2
guy_schneerson commentedThanks @andyhat great job.
Only one unavoidable issue and that is that existing rules can break with a "Error: Missing configuration for parameter element_array." this is because element_array was renamed.
We can write an update to update existing rules but as this is still a sandbox I think it is reasonable to make this change.
If anyone runs into this issue they should role back to the previous commit and manually copy the values before updating.
Comment #3
guy_schneerson commentedCommitted http://drupalcode.org/sandbox/guy_schneerson/1791650.git/commit/7a783bf
Comment #4
guy_schneerson commentedHi @andyhat the automated testing boot found a few small issues with your patch all where warning and easy to fix see #2013931: Coding standards - Warnings