1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
From 3d98e4a3ff39d83d631548c0f5fb1b07f55ed04f Mon Sep 17 00:00:00 2001
From: Andrew Ruthven <andrew@etc.gen.nz>
Date: Sun, 31 Jan 2021 01:27:44 +1300
Subject: Fix spelling mistakes in POD
Patch-Name: pod_fix_spelling.patch
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=106650
---
lib/RT/Action/SMSNotify.pm | 4 ++--
lib/RT/Extension/SMSNotify.pm | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/RT/Action/SMSNotify.pm b/lib/RT/Action/SMSNotify.pm
index fd7cbdf..40c8cc4 100644
--- a/lib/RT/Action/SMSNotify.pm
+++ b/lib/RT/Action/SMSNotify.pm
@@ -28,7 +28,7 @@ This action may be invoked directly, from rt-crontool, or via a Scrip.
C<RT::Action::SMSNotify> takes a single argument, like all other RT actions.
The argument is a comma-delimited string of codes indicating where the module
-should get phone numbers to SMS from. Wherever a group appers in a category,
+should get phone numbers to SMS from. Wherever a group appears in a category,
all the users from that group will be recursively added.
Recognised codes are:
@@ -43,7 +43,7 @@ All entries in the ticket Cc field
=head2 TicketAdminCc
-All entires in the ticket AdminCc field
+All entries in the ticket AdminCc field
=head2 TicketOwner
diff --git a/lib/RT/Extension/SMSNotify.pm b/lib/RT/Extension/SMSNotify.pm
index 147d24b..9e91593 100644
--- a/lib/RT/Extension/SMSNotify.pm
+++ b/lib/RT/Extension/SMSNotify.pm
@@ -26,7 +26,7 @@ L<SMS::Send::RedOxygen>. You will need an SMS::Send driver module installed to
use the SMSNotify extension. Writing them is easy if you can't find one for
your provider.
-B<Most SMS providers only offer asynchronous non-guranteed delivery> and
+B<Most SMS providers only offer asynchronous non-guaranteed delivery> and
there's no provision for asynchronous delivery status notification in the
SMS::Send API. If a text message isn't immediately rejected by the provider
this plugin will report that the message was dispatched successfully. SMSNotify
@@ -53,7 +53,7 @@ process.
This extension can optionally install some scrip actions in your RT database.
If you do not install them, you can't create scrips via the RT web UI, but you
can still use C<RT::Action::SMSNotify> via C<rt-crontool> etc. You can add
-scripactions manually if you prefer, or run:
+scrip actions manually if you prefer, or run:
make initdb
|