diff --git a/scripts/db_migrator.py b/scripts/db_migrator.py index d3d027f727..2c507d2baa 100755 --- a/scripts/db_migrator.py +++ b/scripts/db_migrator.py @@ -1276,7 +1276,7 @@ def main(): socket_path = args.socket namespace = args.namespace - # Can't load global config base on the resoult of is_multi_asic(), because on multi-asic device, when db_migrate.py + # Can't load global config base on the result of is_multi_asic(), because on multi-asic device, when db_migrate.py # run on the local database, ASIC instance will have not created the /var/run/redis0/sonic-db/database-config.json if args.namespace is not None: if not SonicDBConfig.isGlobalInit():