From eb01a26713d6a7664b4928b5fbd98e6795fbbff4 Mon Sep 17 00:00:00 2001 From: KKlochko Date: Sat, 11 Jan 2025 17:27:45 +0200 Subject: [PATCH] Fix a typo. --- tui_rsync/infrastructure/configuration/user_data_paths.py | 2 +- tui_rsync/user_interface/cli/cli.py | 2 +- .../cli/components/backup_plan/add_backup_plan.py | 2 +- .../user_interface/cli/components/backup_plan/backup_plan.py | 2 +- .../cli/components/backup_plan/formating/backup_plan_format.py | 2 +- .../cli/components/backup_plan/remove_backup_plan.py | 2 +- .../cli/components/backup_plan/show_backup_plan.py | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tui_rsync/infrastructure/configuration/user_data_paths.py b/tui_rsync/infrastructure/configuration/user_data_paths.py index 9e7926c..83f81d6 100644 --- a/tui_rsync/infrastructure/configuration/user_data_paths.py +++ b/tui_rsync/infrastructure/configuration/user_data_paths.py @@ -4,7 +4,7 @@ # This file is part of tui-rsync. # # # # tui-rsync is free software: you can redistribute it and/or modify it under # -# uthe terms of the GNU General Public License as published by the Free # +# the terms of the GNU General Public License as published by the Free # # Software Foundation, either version 3 of the License, or (at your option) # # any later version. # # # diff --git a/tui_rsync/user_interface/cli/cli.py b/tui_rsync/user_interface/cli/cli.py index a123259..cde782f 100644 --- a/tui_rsync/user_interface/cli/cli.py +++ b/tui_rsync/user_interface/cli/cli.py @@ -4,7 +4,7 @@ # This file is part of tui-rsync. # # # # tui-rsync is free software: you can redistribute it and/or modify it under # -# uthe terms of the GNU General Public License as published by the Free # +# the terms of the GNU General Public License as published by the Free # # Software Foundation, either version 3 of the License, or (at your option) # # any later version. # # # diff --git a/tui_rsync/user_interface/cli/components/backup_plan/add_backup_plan.py b/tui_rsync/user_interface/cli/components/backup_plan/add_backup_plan.py index 10b376e..b0bdead 100644 --- a/tui_rsync/user_interface/cli/components/backup_plan/add_backup_plan.py +++ b/tui_rsync/user_interface/cli/components/backup_plan/add_backup_plan.py @@ -4,7 +4,7 @@ # This file is part of tui-rsync. # # # # tui-rsync is free software: you can redistribute it and/or modify it under # -# uthe terms of the GNU General Public License as published by the Free # +# the terms of the GNU General Public License as published by the Free # # Software Foundation, either version 3 of the License, or (at your option) # # any later version. # # # diff --git a/tui_rsync/user_interface/cli/components/backup_plan/backup_plan.py b/tui_rsync/user_interface/cli/components/backup_plan/backup_plan.py index 61e3801..7e50825 100644 --- a/tui_rsync/user_interface/cli/components/backup_plan/backup_plan.py +++ b/tui_rsync/user_interface/cli/components/backup_plan/backup_plan.py @@ -4,7 +4,7 @@ # This file is part of tui-rsync. # # # # tui-rsync is free software: you can redistribute it and/or modify it under # -# uthe terms of the GNU General Public License as published by the Free # +# the terms of the GNU General Public License as published by the Free # # Software Foundation, either version 3 of the License, or (at your option) # # any later version. # # # diff --git a/tui_rsync/user_interface/cli/components/backup_plan/formating/backup_plan_format.py b/tui_rsync/user_interface/cli/components/backup_plan/formating/backup_plan_format.py index 689e848..997514c 100644 --- a/tui_rsync/user_interface/cli/components/backup_plan/formating/backup_plan_format.py +++ b/tui_rsync/user_interface/cli/components/backup_plan/formating/backup_plan_format.py @@ -4,7 +4,7 @@ # This file is part of tui-rsync. # # # # tui-rsync is free software: you can redistribute it and/or modify it under # -# uthe terms of the GNU General Public License as published by the Free # +# the terms of the GNU General Public License as published by the Free # # Software Foundation, either version 3 of the License, or (at your option) # # any later version. # # # diff --git a/tui_rsync/user_interface/cli/components/backup_plan/remove_backup_plan.py b/tui_rsync/user_interface/cli/components/backup_plan/remove_backup_plan.py index f54c3fa..b483545 100644 --- a/tui_rsync/user_interface/cli/components/backup_plan/remove_backup_plan.py +++ b/tui_rsync/user_interface/cli/components/backup_plan/remove_backup_plan.py @@ -4,7 +4,7 @@ # This file is part of tui-rsync. # # # # tui-rsync is free software: you can redistribute it and/or modify it under # -# uthe terms of the GNU General Public License as published by the Free # +# the terms of the GNU General Public License as published by the Free # # Software Foundation, either version 3 of the License, or (at your option) # # any later version. # # # diff --git a/tui_rsync/user_interface/cli/components/backup_plan/show_backup_plan.py b/tui_rsync/user_interface/cli/components/backup_plan/show_backup_plan.py index 4721639..7f629ba 100644 --- a/tui_rsync/user_interface/cli/components/backup_plan/show_backup_plan.py +++ b/tui_rsync/user_interface/cli/components/backup_plan/show_backup_plan.py @@ -4,7 +4,7 @@ # This file is part of tui-rsync. # # # # tui-rsync is free software: you can redistribute it and/or modify it under # -# uthe terms of the GNU General Public License as published by the Free # +# the terms of the GNU General Public License as published by the Free # # Software Foundation, either version 3 of the License, or (at your option) # # any later version. # # #