From 251f84779bb0a7ff415df26459ef9d9247f17b4c Mon Sep 17 00:00:00 2001
From: xjm <xjm@65776.no-reply.drupal.org>
Date: Sat, 4 Jul 2015 15:19:14 +0100
Subject: [PATCH] Issue #2514092 by neclimdul: Fix typo in
 drupal_attach_tabledrag

---
 core/includes/common.inc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/includes/common.inc b/core/includes/common.inc
index 26680c1538d9..91aa48570af6 100644
--- a/core/includes/common.inc
+++ b/core/includes/common.inc
@@ -856,9 +856,9 @@ function drupal_process_states(&$elements) {
  * foreach ($regions as $region) {
  *   drupal_attach_tabledrag('my-module-table', array(
  *     'action' => 'order',
- *     'relationship' => sibling',
+ *     'relationship' => 'sibling',
  *     'group' => 'my-elements-weight',
- *     'subgroup' => my-elements-weight-' . $region,
+ *     'subgroup' => 'my-elements-weight-' . $region,
  *   ));
  * }
  * @endcode
-- 
GitLab