diff options
author | Morris Jobke <hey@morrisjobke.de> | 2018-03-21 14:30:56 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2018-03-21 14:30:56 +0100 |
commit | 2b73779568bf1b919a5a92903838d22ab413b758 (patch) | |
tree | 4edd709560653c0f9c1206ff2362d3f045cc36e2 /lib/private/Config.php | |
parent | c8340ace5c22b3a3cf2132b2efbe91104aab04e9 (diff) | |
download | nextcloud-server-2b73779568bf1b919a5a92903838d22ab413b758.tar.gz nextcloud-server-2b73779568bf1b919a5a92903838d22ab413b758.zip |
Fix some typos
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'lib/private/Config.php')
-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 { |