diff options
author | EuAndreh <eu@euandre.org> | 2021-07-14 06:27:58 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-07-14 06:27:58 -0300 |
commit | 4e6d056bc4060b969a3e4d580fabb7ddb9ddc2f7 (patch) | |
tree | 68fc5a60e11e6ecefbe7def7e87e59a9e60127e3 /TODOs.md | |
parent | TODOs.md: Mark #task-55fe6623-2bfc-49dd-061c-3899ae2b1c68 as DONE (diff) | |
download | git-permalink-4e6d056bc4060b969a3e4d580fabb7ddb9ddc2f7.tar.gz git-permalink-4e6d056bc4060b969a3e4d580fabb7ddb9ddc2f7.tar.xz |
TODOs.md: typo "user of packager" -> "user or packager"
Diffstat (limited to 'TODOs.md')
-rw-r--r-- | TODOs.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -505,7 +505,7 @@ itself. This is an anti-pattern in the viewpoint of the category of files that should exist in the repository, but this is made strictly for one rule: reducing the dependencies of the project for users (and not for developers), namely, gettext. -Since gettext itself isn't standard (see [discussion] on this topic), adding this requirement to the consumer (user of packager) isn't desirable. +Since gettext itself isn't standard (see [discussion] on this topic), adding this requirement to the consumer (user or packager) isn't desirable. So here I'm optimizing for more things being commited in the repository in the name of less requirements. |