diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-29 15:42:37 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-07-29 15:42:37 +0000 |
commit | a62b3e42bb1afa792b44b2e7e1e3c2a22a27a399 (patch) | |
tree | 2afa3b8e2142bf6f054994271aedf7f9f3451b46 /mod/opendd | |
parent | 3221448c7cacf882649f8f991d539c8783f34286 (diff) | |
download | elgg-a62b3e42bb1afa792b44b2e7e1e3c2a22a27a399.tar.gz elgg-a62b3e42bb1afa792b44b2e7e1e3c2a22a27a399.tar.bz2 |
Typo
git-svn-id: https://code.elgg.org/elgg/trunk@1573 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'mod/opendd')
-rw-r--r-- | mod/opendd/start.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/opendd/start.php b/mod/opendd/start.php index 7799ec7c7..f1372649c 100644 --- a/mod/opendd/start.php +++ b/mod/opendd/start.php @@ -51,7 +51,7 @@ } /** - * Group page handler + * Opendd page handler * * @param array $page Array of page elements, forwarded by the page handling mechanism */ |