diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2011-10-02 11:09:00 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2011-10-02 11:09:00 -0700 |
commit | d967abdf1dab8b23fba39ce2aa35fe09cd5578f5 (patch) | |
tree | b4c4c404d4683b934b4687ed696b883dd2ec905a /modules/system/system.api.php | |
parent | 9c42142614fdb292e231766dc778b959d74649c9 (diff) | |
download | brdo-d967abdf1dab8b23fba39ce2aa35fe09cd5578f5.tar.gz brdo-d967abdf1dab8b23fba39ce2aa35fe09cd5578f5.tar.bz2 |
Issue #1054848 by barraponto: Fixing common typos through codespell.py.
Diffstat (limited to 'modules/system/system.api.php')
-rw-r--r-- | modules/system/system.api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.api.php b/modules/system/system.api.php index 1e0ff0fc2..cff51c4ff 100644 --- a/modules/system/system.api.php +++ b/modules/system/system.api.php @@ -4429,7 +4429,7 @@ function hook_menu_site_status_alter(&$menu_site_status, $path) { /** * Register information about FileTransfer classes provided by a module. * - * The FileTransfer class allows transfering files over a specific type of + * The FileTransfer class allows transferring files over a specific type of * connection. Core provides classes for FTP and SSH. Contributed modules are * free to extend the FileTransfer base class to add other connection types, * and if these classes are registered via hook_filetransfer_info(), those |