From b2637c855c2101b5d2d9c5421006e1baab91f5e1 Mon Sep 17 00:00:00 2001
From: Bram Goffings <bramgoffings@gmail.com>
Date: Mon, 30 Jul 2012 17:08:16 +0200
Subject: [PATCH] fixed typo form.inc

---
 core/includes/form.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/includes/form.inc b/core/includes/form.inc
index 6a747b6..0c9cd5d 100644
--- a/core/includes/form.inc
+++ b/core/includes/form.inc
@@ -576,7 +576,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
-- 
1.7.11.msysgit.1

