summaryrefslogtreecommitdiff
path: root/includes/bootstrap.inc
diff options
context:
space:
mode:
Diffstat (limited to 'includes/bootstrap.inc')
-rw-r--r--includes/bootstrap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/bootstrap.inc b/includes/bootstrap.inc
index 545beba21..e76d52699 100644
--- a/includes/bootstrap.inc
+++ b/includes/bootstrap.inc
@@ -2449,7 +2449,7 @@ function drupal_installation_attempted() {
* non-installation time, such as while installing the module from the the
* module administration page.
*
- * Example useage:
+ * Example usage:
* @code
* $t = get_t();
* $translated = $t('translate this');