summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-05-14 17:58:50 +0200
committerBart Visscher <bartv@thisnet.nl>2012-05-16 18:52:40 +0200
commitb39f01fce6756a5c9a181de4e7387e10ad556428 (patch)
tree48bcf6a688a57e0c4507cc6c5914a19b612b6a09
parent5d72681d10527c7719d8d296657dc3127b7f379d (diff)
downloadnextcloud-server-b39f01fce6756a5c9a181de4e7387e10ad556428.tar.gz
nextcloud-server-b39f01fce6756a5c9a181de4e7387e10ad556428.zip
Comment spelling fix
-rw-r--r--lib/app.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/app.php b/lib/app.php
index 865be5c5a1e..554724d238b 100644
--- a/lib/app.php
+++ b/lib/app.php
@@ -86,7 +86,7 @@ class OC_App{
}
/**
- * check if an app is of a sepcific type
+ * check if an app is of a specific type
* @param string $app
* @param string/array $types
*/