diff options
author | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-07-30 11:32:26 -0700 |
---|---|---|
committer | Jennifer Hodgdon <yahgrp@poplarware.com> | 2012-07-30 11:32:26 -0700 |
commit | 5520fb410595427721ed0a1dd80e98df4ede6da4 (patch) | |
tree | 906961dfe577b6a424023d166008c95a8e166fa1 | |
parent | 14b23a6e29883c12746b3233116a68b1d0f11f05 (diff) | |
download | brdo-5520fb410595427721ed0a1dd80e98df4ede6da4.tar.gz brdo-5520fb410595427721ed0a1dd80e98df4ede6da4.tar.bz2 |
Issue #1705042 by aspilicious: Fix typo in form_load_include docs
-rw-r--r-- | includes/form.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc index b4264f193..d7350b3e2 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -574,7 +574,7 @@ function form_state_keys_no_cache() { } /** - * Ensures an include file is loaded loaded whenever the form is processed. + * Ensures an include file is loaded whenever the form is processed. * * Example: * @code |