diff options
author | Bharat Mediratta <bharat@menalto.com> | 2012-07-21 11:11:16 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2012-07-21 11:11:16 -0700 |
commit | 3e99c37c35f00f98d4159edbc86da25dd2794a6e (patch) | |
tree | 27497bcfd0ac201e63cf81135415bae607bb94f9 /modules/gallery/helpers | |
parent | 26b817917c32ddeedc225175ee20cb7e42e0fb74 (diff) |
Fix comment typo.
Diffstat (limited to 'modules/gallery/helpers')
-rw-r--r-- | modules/gallery/helpers/gallery_installer.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/gallery_installer.php b/modules/gallery/helpers/gallery_installer.php index e1e4e7a9..2fb2bfd4 100644 --- a/modules/gallery/helpers/gallery_installer.php +++ b/modules/gallery/helpers/gallery_installer.php @@ -405,7 +405,7 @@ class gallery_installer { // for now because we don't want a lengthy operation here. $db->query("UPDATE {items} SET `slug` = `name`"); - // Flush all path caches becuase we're going to start urlencoding them. + // Flush all path caches because we're going to start urlencoding them. $db->query("UPDATE {items} SET `relative_url_cache` = NULL, `relative_path_cache` = NULL"); module::set_version("gallery", $version = 12); } |