summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortilman@28c2b6e294d87af861f2c1043a77a39bf712ef2c <tilman@web>2016-03-06 15:07:24 +0000
committeradmin <admin@branchable.com>2016-03-06 15:07:24 +0000
commitcbd19bc4585e295f2b46a7db8f7f6f87e40edc60 (patch)
treeef45df051a27bff5f73d559bfed78f2f1ad5e641
parent2f16af3b2a82238816a5b83c6e530c8bc03aef00 (diff)
Fix typo in my comment.
-rw-r--r--doc/todo/Patch:_Make_Pacman_5_call_etckeeper_hooks_as_late_as_possible.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/todo/Patch:_Make_Pacman_5_call_etckeeper_hooks_as_late_as_possible.mdwn b/doc/todo/Patch:_Make_Pacman_5_call_etckeeper_hooks_as_late_as_possible.mdwn
index 6b076af..08f6721 100644
--- a/doc/todo/Patch:_Make_Pacman_5_call_etckeeper_hooks_as_late_as_possible.mdwn
+++ b/doc/todo/Patch:_Make_Pacman_5_call_etckeeper_hooks_as_late_as_possible.mdwn
@@ -1,5 +1,5 @@
Pacman 5 calls its hooks in alphabetical order. The hooks I added in my previous patch (see [[__91__Patch__93___Support_Pacman_5.x_hooks]])
-have no numerical prefix -- which are needed in order to ensure that pacman calls the hooks as late as possible (i. e. after all other hooks).
+have no numerical prefix -- which is needed in order to ensure that Pacman calls the hooks as late as possible (i. e. after all other hooks).
My patch remedies that minor issue by adding the proper numerical prefix to the filenames of the Pacman 5 hooks. It may be found here:
<https://github.com/Tblue/etckeeper/commit/33b2d1edb9dac1ad04cf8ab100b8edff0b004dd1.patch>