Fix some typos
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
c8340ace5c
commit
2b73779568
|
@ -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
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue