diff --git a/sysutils/git-backup/src/opnsense/mvc/app/library/OPNsense/Backup/Git.php b/sysutils/git-backup/src/opnsense/mvc/app/library/OPNsense/Backup/Git.php index f402ae3be..a109a1adc 100644 --- a/sysutils/git-backup/src/opnsense/mvc/app/library/OPNsense/Backup/Git.php +++ b/sysutils/git-backup/src/opnsense/mvc/app/library/OPNsense/Backup/Git.php @@ -117,7 +117,7 @@ class Git extends Base implements IBackupProvider } /** - * Backup is responsible for initialising the local repo and pusing it to upstream. + * Backup is responsible for initialising the local repo and pushing it to upstream. * To ensure initial content, we should trigger a 'system event config_changed' which should enforce a * add + commit in our (newly created) repo. *