aboutsummaryrefslogtreecommitdiff
path: root/engine
diff options
context:
space:
mode:
authorcash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-16 00:58:47 +0000
committercash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544>2010-11-16 00:58:47 +0000
commit2e1e7b19be7bcb78652b8da599183896246ecaf5 (patch)
tree96220d252ea58d0ae6106784fb558c512bbda9b0 /engine
parent10610a6f81ece9cfcbf220f78a62dc6735b48698 (diff)
downloadelgg-2e1e7b19be7bcb78652b8da599183896246ecaf5.tar.gz
elgg-2e1e7b19be7bcb78652b8da599183896246ecaf5.tar.bz2
Pulled in hellekin's fixes from https://github.com/Elgg/Elgg/pull/2
git-svn-id: http://code.elgg.org/elgg/trunk@7324 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r--engine/lib/actions.php2
-rw-r--r--engine/settings.example.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/actions.php b/engine/lib/actions.php
index 35ac224dc..bcc156e4f 100644
--- a/engine/lib/actions.php
+++ b/engine/lib/actions.php
@@ -42,7 +42,7 @@
*
* @note If an action isn't registered in the system or is registered
* to an unavailable file the user will be forwarded to the site front
-* page and an error will be emitted via {@link regiser_error()}.
+* page and an error will be emitted via {@link register_error()}.
*
* @warning All actions require {@link http://docs.elgg.org/Actions/Tokens Action Tokens}.
* @warning Most plugin shouldn't call this manually.
diff --git a/engine/settings.example.php b/engine/settings.example.php
index f2772b8e6..07ca9b642 100644
--- a/engine/settings.example.php
+++ b/engine/settings.example.php
@@ -1,6 +1,6 @@
<?php
/**
- * Defines database creditials.
+ * Defines database credentials.
*
* Most of Elgg's configuration is stored in the database. This file contains the
* credentials to connect to the database, as well as a few optional configuration