diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-06-28 22:01:46 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-06-28 22:11:04 +0200 |
commit | 1ccbbfad530e4efdbfe301c8014ee7f31fa56220 (patch) | |
tree | bf1c4e78fd152612a262ba55257339357eda570e /lib/app.php | |
parent | 02e4e0e08f39bfb59a7bd8e4a538d6715897af2b (diff) | |
download | nextcloud-server-1ccbbfad530e4efdbfe301c8014ee7f31fa56220.tar.gz nextcloud-server-1ccbbfad530e4efdbfe301c8014ee7f31fa56220.zip |
Spelling fix
Diffstat (limited to 'lib/app.php')
-rwxr-xr-x | lib/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/app.php b/lib/app.php index d1f12594a25..4c2c43ec26b 100755 --- a/lib/app.php +++ b/lib/app.php @@ -573,7 +573,7 @@ class OC_App{ } /** - * get the installed version of all papps + * get the installed version of all apps */ public static function getAppVersions(){ static $versions; |