diff options
Diffstat (limited to 'lib/public/IConfig.php')
-rw-r--r-- | lib/public/IConfig.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/public/IConfig.php b/lib/public/IConfig.php index 2a8399627e3..6b396624556 100644 --- a/lib/public/IConfig.php +++ b/lib/public/IConfig.php @@ -28,12 +28,12 @@ * */ // use OCP namespace for all classes that are considered public. -// This means that they should be used by apps instead of the internal ownCloud classes +// This means that they should be used by apps instead of the internal Nextcloud classes namespace OCP; /** - * Access to all the configuration options ownCloud offers + * Access to all the configuration options Nextcloud offers. * @since 6.0.0 */ interface IConfig { |