diff options
author | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-02 10:52:23 +0000 |
---|---|---|
committer | ben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-03-02 10:52:23 +0000 |
commit | b6919c50f1ea3b4eef04212ccc5f7c4113a9eb68 (patch) | |
tree | 9e40e7c1c3158109988b6883ade92c58e6c67330 /engine/lib/database.php | |
parent | 4387f9ecafa55eaeb3094a417014fd12ab470611 (diff) | |
download | elgg-b6919c50f1ea3b4eef04212ccc5f7c4113a9eb68.tar.gz elgg-b6919c50f1ea3b4eef04212ccc5f7c4113a9eb68.tar.bz2 |
Corrected unnecessarily patriotic comments.
git-svn-id: https://code.elgg.org/elgg/trunk@3017 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/database.php')
-rw-r--r-- | engine/lib/database.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/database.php b/engine/lib/database.php index cd08d9d48..c80875d25 100644 --- a/engine/lib/database.php +++ b/engine/lib/database.php @@ -599,7 +599,7 @@ }
/**
- * Wrapper function for Americans
+ * Wrapper function for alternate English spelling
*
* @param string $string The string to sanitise
* @return string Sanitised string
@@ -620,7 +620,7 @@ }
/**
- * Wrapper function for Americans
+ * Wrapper function for alternate English spelling
*
* @param int $int
* @return int Sanitised integer
|