diff options
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 1ed92dfe3..02a60780d 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -1560,7 +1560,7 @@ function hook_modules_uninstalled($modules) { * - 'description' A string with a short description of what the wrapper does. * - 'type' A bitmask of flags indicating what type of streams this wrapper * will access - local or remote, readable and/or writeable, etc. Many - * shortcut constants are defined in stream_wrappers.inc. + * shortcut constants are defined in stream_wrappers.inc. * * @see file_get_stream_wrappers() * @see hook_stream_wrappers_alter() @@ -2132,7 +2132,7 @@ function hook_install() { * Perform a single update. * * For each patch which requires a database change add a new hook_update_N() - * which will be called by update.php. The database updates are numbered + * which will be called by update.php. The database updates are numbered * sequentially according to the version of Drupal you are compatible with. * * Schema updates should adhere to the Schema API: |