diff --git a/tabledrag_example/tabledrag_example_parent_form.inc b/tabledrag_example/tabledrag_example_parent_form.inc
index 2b1e6ee..98a53a6 100644
--- a/tabledrag_example/tabledrag_example_parent_form.inc
+++ b/tabledrag_example/tabledrag_example_parent_form.inc
@@ -34,7 +34,7 @@ function tabledrag_example_parent_form($form_state) {
 
     // Create a form entry for this item.
     //
-    // Each entry will be an array using the the unique id for that item as
+    // Each entry will be an array using the unique id for that item as
     // the array key, and an array of table row data as the value.
     $form['example_items'][$item->id] = array(
 
diff --git a/tabledrag_example/tabledrag_example_simple_form.inc b/tabledrag_example/tabledrag_example_simple_form.inc
index 582f6b1..445e94c 100644
--- a/tabledrag_example/tabledrag_example_simple_form.inc
+++ b/tabledrag_example/tabledrag_example_simple_form.inc
@@ -28,7 +28,7 @@ function tabledrag_example_simple_form($form_state) {
 
     // Create a form entry for this item.
     //
-    // Each entry will be an array using the the unique id for that item as
+    // Each entry will be an array using the unique id for that item as
     // the array key, and an array of table row data as the value.
     $form['example_items'][$item->id] = array(
 
