diff options
Diffstat (limited to 'lib/private/util.php')
-rw-r--r-- | lib/private/util.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/util.php b/lib/private/util.php index b320394f26d..039bc7e9156 100644 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -440,7 +440,7 @@ class OC_Util { * generates a path for JS/CSS files. If no application is provided it will create the path for core. * * @param string $application application to get the files from - * @param string $directory directory withing this application (css, js, vendor, etc) + * @param string $directory directory within this application (css, js, vendor, etc) * @param string $file the file inside of the above folder * @return string the path */ |