diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-03-21 14:43:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-21 14:43:32 +0100 |
commit | 24f1b8f01a645b1e0f1f5c2a7facabca73b90cc4 (patch) | |
tree | d0e4d433714e45cd057b47f33754c40c01fc7291 /lib/private | |
parent | 98b1f3fd5720f2071eaf655d88b9b981083b0211 (diff) | |
parent | 2b73779568bf1b919a5a92903838d22ab413b758 (diff) | |
download | nextcloud-server-24f1b8f01a645b1e0f1f5c2a7facabca73b90cc4.tar.gz nextcloud-server-24f1b8f01a645b1e0f1f5c2a7facabca73b90cc4.zip |
Merge pull request #8923 from nextcloud/typos
Fix some typos
Diffstat (limited to 'lib/private')
-rw-r--r-- | lib/private/Config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/Config.php b/lib/private/Config.php index 2abf00a718c..c881e485006 100644 --- a/lib/private/Config.php +++ b/lib/private/Config.php @@ -37,7 +37,7 @@ namespace OC; /** * This class is responsible for reading and writing config.php, the very basic - * configuration file of ownCloud. + * configuration file of Nextcloud. */ class Config { |