sysutils/git-backup: Fix typo (#4345)

This commit is contained in:
kumy
2024-11-11 10:18:54 +01:00
committed by GitHub
parent 1e23572053
commit e31bf67701
@@ -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.
*