diff options
author | Friendika <info@friendika.com> | 2010-12-23 19:20:22 -0800 |
---|---|---|
committer | Friendika <info@friendika.com> | 2010-12-23 19:20:22 -0800 |
commit | cbb724e1c026ae13df92dfdfbdbe59dcfb017b75 (patch) | |
tree | 486531c1ad4edd963863e61183fe743a34fd8240 /addon | |
parent | 18c3977b6a5e024c1488582bb76d5f456d57a4b9 (diff) | |
download | volse-hubzilla-cbb724e1c026ae13df92dfdfbdbe59dcfb017b75.tar.gz volse-hubzilla-cbb724e1c026ae13df92dfdfbdbe59dcfb017b75.tar.bz2 volse-hubzilla-cbb724e1c026ae13df92dfdfbdbe59dcfb017b75.zip |
typo in comments
Diffstat (limited to 'addon')
-rw-r--r-- | addon/randplace/randplace.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/addon/randplace/randplace.php b/addon/randplace/randplace.php index 6d9fc0382..304745493 100644 --- a/addon/randplace/randplace.php +++ b/addon/randplace/randplace.php @@ -18,7 +18,7 @@ * name_install() function, located in 'addon/name/name.php', * where 'name' is the name of the addon. * If the addon is removed from the configuration list, the - * system will call the name_unistall() function. + * system will call the name_uninstall() function. * */ |