diff --git a/slpkg/new_configs.py b/slpkg/new_configs.py index 55e8c695..b3827596 100644 --- a/slpkg/new_configs.py +++ b/slpkg/new_configs.py @@ -99,7 +99,7 @@ class NewConfigs: # pylint: disable=[R0902] print("\nNo changes were made.\n") def overwrite(self) -> None: - """Copy tne .new files and rename the olds to .orig.""" + """Copy the .new files and rename the olds to .orig.""" if self.slpkg_config_new.is_file(): self.overwrite_config_file()