diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-05-14 17:58:50 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-05-16 18:52:40 +0200 |
commit | b39f01fce6756a5c9a181de4e7387e10ad556428 (patch) | |
tree | 48bcf6a688a57e0c4507cc6c5914a19b612b6a09 | |
parent | 5d72681d10527c7719d8d296657dc3127b7f379d (diff) | |
download | nextcloud-server-b39f01fce6756a5c9a181de4e7387e10ad556428.tar.gz nextcloud-server-b39f01fce6756a5c9a181de4e7387e10ad556428.zip |
Comment spelling fix
-rw-r--r-- | lib/app.php | 2 |
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 */ |