Fix some typos

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-03-21 14:30:56 +01:00
parent c8340ace5c
commit 2b73779568
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
2 changed files with 1 additions and 2 deletions

1
.gitignore vendored
View File

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

View File

@ -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 {