mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Fix typo
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
31d8feea65
commit
d35934cd21
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue