Fix small typo

This commit is contained in:
TwiN
2019-08-17 00:18:41 +02:00
committed by Márk Sági-Kazár
parent 33bf76add3
commit e697d557b7
+1 -1
View File
@@ -3,7 +3,7 @@
// Use of this source code is governed by an MIT-style
// license that can be found in the LICENSE file.
// Viper is a application configuration system.
// Viper is an application configuration system.
// It believes that applications can be configured a variety of ways
// via flags, ENVIRONMENT variables, configuration files retrieved
// from the file system, or a remote key/value store.