diff options
-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 */ |