summaryrefslogtreecommitdiff
path: root/modules/update
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2011-09-07 06:39:22 -0400
committerDries Buytaert <dries@buytaert.net>2011-09-07 06:39:22 -0400
commit774bf87366b87507d95eda9c491deee8429e8cb6 (patch)
tree569f79d0c290ff181457f99da3069993ff4f1180 /modules/update
parentd89da6c42a6e1376949b7ea75ea70ae26de3013f (diff)
downloadbrdo-774bf87366b87507d95eda9c491deee8429e8cb6.tar.gz
brdo-774bf87366b87507d95eda9c491deee8429e8cb6.tar.bz2
- Patch #1265586 by James_Stallings, edmund.kwok: remove bitter tasting 'bile' in core documentation ;).
Diffstat (limited to 'modules/update')
-rw-r--r--modules/update/update.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/update/update.test b/modules/update/update.test
index a88f617e6..997650d73 100644
--- a/modules/update/update.test
+++ b/modules/update/update.test
@@ -13,7 +13,7 @@
* dummy .info file data (specified via hook_system_info_alter() in the
* update_test helper module) describing what's currently installed. Each
* test case defines a set of projects to install, their current state (via
- * the 'update_test_system_info' variable) and the desired availabile update
+ * the 'update_test_system_info' variable) and the desired available update
* data (via the 'update_test_xml_map' variable), and then performs a series
* of assertions that the report matches our expectations given the specific
* initial state and availability scenario.