1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Fix lintian spelling-error-in-manpage
Author: Nick Morrott <knowledgejunkie@gmail.com>
Forwarded: not-needed, also reported upstream
Last-Update: 2019-02-21
---
--- a/lib/Class/Trigger.pm
+++ b/lib/Class/Trigger.pm
@@ -356,7 +356,7 @@
particular case: auto-upkeep of full-text search indices.
So I added functionality in Class::DBI to be able to trigger an
-arbitary subroutine every time something happened - then it was a
+arbitrary subroutine every time something happened - then it was a
simple matter of setting up triggers on INSERT and UPDATE to reindex
that row, and on DELETE to remove that index row.
|