Browse Source

Fix some typos

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
tags/v14.0.0beta1
Morris Jobke 6 years ago
parent
commit
2b73779568
No account linked to committer's email address
2 changed files with 1 additions and 2 deletions
  1. 0
    1
      .gitignore
  2. 1
    1
      lib/private/Config.php

+ 0
- 1
.gitignore View File

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

+ 1
- 1
lib/private/Config.php 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 {


Loading…
Cancel
Save