Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2024-09-24 22:44:50 +03:00
parent 31d8feea65
commit d35934cd21

View file

@ -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()