File: spelling-error-in-manpage

package info (click to toggle)
libclass-trigger-perl 0.15-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: perl: 154; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 632 bytes parent folder | download | duplicates (3)
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.