summaryrefslogtreecommitdiffstats
path: root/lib/app.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-06-28 22:01:46 +0200
committerBart Visscher <bartv@thisnet.nl>2012-06-28 22:11:04 +0200
commit1ccbbfad530e4efdbfe301c8014ee7f31fa56220 (patch)
treebf1c4e78fd152612a262ba55257339357eda570e /lib/app.php
parent02e4e0e08f39bfb59a7bd8e4a538d6715897af2b (diff)
downloadnextcloud-server-1ccbbfad530e4efdbfe301c8014ee7f31fa56220.tar.gz
nextcloud-server-1ccbbfad530e4efdbfe301c8014ee7f31fa56220.zip
Spelling fix
Diffstat (limited to 'lib/app.php')
-rwxr-xr-xlib/app.php2
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;