From 0ed107797700b77f13cfa78f5a45e24aa9866371 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 10 Jul 2010 01:59:02 +0000 Subject: - Patch #846858 by kiamlaluno: typo in the documentation for hook_schema_alter(). --- modules/system/system.api.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/system/system.api.php b/modules/system/system.api.php index f2616ec13..2c6d65699 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -2603,8 +2603,8 @@ function hook_schema() { * * When a module modifies the database structure of another module (by * changing, adding or removing fields, keys or indexes), it should - * implement hook_schema_alter() to update the default $schema to take - * it's changes into account. + * implement hook_schema_alter() to update the default $schema to take its + * changes into account. * * See hook_schema() for details on the schema definition structure. * -- cgit v1.2.3