Merge pull request #8923 from nextcloud/typos

Fix some typos
This commit is contained in:
Morris Jobke 2018-03-21 14:43:32 +01:00 committed by GitHub
commit 24f1b8f01a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
# the default generated dir + db file # the default generated dir + db file
/data /data
/owncloud
/config/config.php /config/config.php
/config/*.config.php /config/*.config.php
/config/mimetype*.json /config/mimetype*.json

View File

@ -37,7 +37,7 @@ namespace OC;
/** /**
* This class is responsible for reading and writing config.php, the very basic * This class is responsible for reading and writing config.php, the very basic
* configuration file of ownCloud. * configuration file of Nextcloud.
*/ */
class Config { class Config {