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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
*