Merge pull request #12775 from Microsoft/12774-fixtypo

Fixed typo 'configuring'
This commit is contained in:
Jessie Frazelle 2015-04-24 17:21:40 -07:00
Родитель 602fd4e14b ae9905ef9c
Коммит 9ad7145dae
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -233,7 +233,7 @@ func InitDriver(config *Config) error {
// Configure iptables for link support
if config.EnableIptables {
if err := setupIPTables(addrv4, config.InterContainerCommunication, config.EnableIpMasq); err != nil {
logrus.Errorf("Error configuing iptables: %s", err)
logrus.Errorf("Error configuring iptables: %s", err)
return err
}
// call this on Firewalld reload