Skip to content

Commit 464dacd

Browse files
puckcbrandtbuffalo
authored andcommitted
Fix spelling in documentation
In some cases a little work on some grammar.
1 parent 65fe41e commit 464dacd

File tree

107 files changed

+268
-268
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

107 files changed

+268
-268
lines changed

bin/rt-crontool.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,11 +391,11 @@ as cron.
391391

392392
Security:
393393

394-
This tool allows the user to run arbitrary perl modules from within RT. If
394+
This tool allows the user to run arbitrary Perl modules from within RT. If
395395
this tool were setgid, a hostile local user could use this tool to gain
396-
administrative access to RT. It is incredibly important that nonprivileged
396+
administrative access to RT. It is incredibly important that non-privileged
397397
users not be allowed to run this tool. It is suggested that you create a
398-
non-privileged unix user with the correct group membership and RT access to
398+
non-privileged Unix user with the correct group membership and RT access to
399399
run this tool.
400400

401401

bin/rt-mailgate.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Usual invocation (from MTA):
328328

329329
=item C<--action>
330330

331-
Specifies what happens to email sent to this alias. The avaliable basic
331+
Specifies what happens to email sent to this alias. The available basic
332332
actions are: C<correspond>, C<comment>. Additional actions, such as
333333
C<take> or C<resolve>, may be available depending on your local
334334
C<@MailPlugins> configuration.
@@ -372,7 +372,7 @@ This flag tells the mail gateway to trust all SSL certificates,
372372
regardless of if their hostname matches the certificate, and regardless
373373
of CA. This is required if you have a self-signed certificate, or some
374374
other certificate which is not traceable back to an certificate your
375-
system ultimitely trusts.
375+
system ultimately trusts.
376376

377377
=item C<--extension> OPTIONAL
378378

devel/tools/rt-apache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ of that list which exists will be used. See also L</--modules>.
248248
249249
=item --port B<number>, -p
250250
251-
Choses the port to listen on. By default, this is parsed from the
251+
Chooses the port to listen on. By default, this is parsed from the
252252
F<RT_SiteConfig.pm>, and falling back to 8888.
253253
254254
=item --ssl [B<number>]

docs/UPGRADING-3.6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
As there are a large number of code changes, it is highly recommended that you
44
install RT into a fresh directory, and then reinstall your customizations.
55

6-
The database schema has changed significantly for mysql 4.1 and above; please
6+
The database schema has changed significantly for MySQL 4.1 and above; please
77
read UPGRADING.mysql for more details.
88

99
The configuration format has been made stricter. All options MUST be set using

docs/UPGRADING-4.0

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ lists.
5454

5555
=head2 Upgrading sessions on MySQL
5656

57-
In 4.0.0rc2, RT began shipping an updated schema for the sesions table that
58-
specificies a character set as well as making the table InnoDB. As part of
57+
In 4.0.0rc2, RT began shipping an updated schema for the sessions table that
58+
specifies a character set as well as making the table InnoDB. As part of
5959
the upgrade process, your sessions table will be dropped and recreated with
6060
the new schema.
6161

@@ -80,7 +80,7 @@ You can run this as
8080

8181
/opt/rt5/etc/upgrade/upgrade-articles
8282

83-
It will ouput a lot of data about what it is changing. You should review this
83+
It will output a lot of data about what it is changing. You should review this
8484
for errors.
8585

8686
If you are running RTFM 2.0 with a release of RT, there isn't currently an
@@ -119,7 +119,7 @@ with duplicate names. Running
119119
will report duplicate group names, and running it with --resolve will fix
120120
duplicates by appending the group id to the name.
121121

122-
Nota Bene: As a result of differing indexes in the schema files, Postgres and
122+
Nota Bene: As a result of differing indexes in the schema files, PostgreSQL and
123123
SQLite RT databases have enforced group name uniqueness for many years at the
124124
database level.
125125

@@ -173,7 +173,7 @@ The 3.9.2 upgrade step removed all enabled Personal Groups, but missed
173173
any disabled groups. We catch and clean up the disabled Personal groups
174174
during the 4.0.9 upgrade step.
175175

176-
=head2 Javascript Changes
176+
=head2 JavaScript Changes
177177

178178
If you have set a custom @JSFiles in RT_SiteConfig.pm, you will need to
179179
amend this to include the new jquery.cookie.js file added to

docs/UPGRADING-4.2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ issues with blank outgoing emails.
322322
=head1 UPGRADING FROM 4.2.10 AND EARLIER
323323

324324
The C<$DatabaseRequireSSL> option has never affected whether the
325-
database connection was performed using SSL, even under Postgres; the
325+
database connection was performed using SSL, even under PostgreSQL; the
326326
functionality can now be implemented via C<%DatabaseExtraDSN>.
327327
C<$DatabaseRequireSSL> has been removed, and setting it will trigger an
328328
informational message that setting it is ineffective.

docs/UPGRADING-5.0

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ change touches large RT tables like Transactions and Attachments, this
5454
upgrade step may take a while to run.
5555

5656
You also will need free disk space equal to the size of these tables
57-
while running because MySQL, MariaDB, and Postgres will create a
57+
while running because MySQL, MariaDB, and PostgreSQL will create a
5858
temporary copy of the table while running. If you don't have sufficient
5959
space, it can cause this step to fail.
6060

@@ -147,7 +147,7 @@ configuration option. This may also help other areas of RT in addition to
147147
searches.
148148

149149
We are investigating options to improve the underlying queries. Some users have
150-
reported improved performance with the following indexes, at least on Postgres:
150+
reported improved performance with the following indexes, at least on PostgreSQL:
151151

152152
CREATE INDEX ACL2 ON acl (objecttype, objectid);
153153
CREATE INDEX ACL3 ON acl (principalid, rightname, principaltype);
@@ -239,7 +239,7 @@ will migrate your existing tokens to the new core RT tables.
239239
=item *
240240

241241
The extension C<RT::Extension::FormattedTransaction> was added to core. This
242-
adds a new RT dependency on the perl module L<Text::WordDiff>, so you will be
242+
adds a new RT dependency on the Perl module L<Text::WordDiff>, so you will be
243243
prompted to install this new module if your system doesn't have it.
244244

245245
=item *
@@ -406,7 +406,7 @@ so batch runs only once for the outermost updates. All transactions
406406
performed for that batch are available from the C<TransactionBatch> method
407407
as expected.
408408

409-
=item * Ambigious Owner order by option in search replaced with Owner.Name
409+
=item * Ambiguous Owner order by option in search replaced with Owner.Name
410410

411411
RT 4.4.5 adds a bunch of new order by and format options for users and roles
412412
to the Query Builder. For example, you can order by user fields on a user
@@ -510,7 +510,7 @@ we have added the new option C<$EmailDashboardInlineCSS> to inline the
510510
CSS. We have found this reduces the size of the dashboard emails
511511
significantly and can help with rendering in some email clients.
512512

513-
To use this new feature, you must install the optional perl module
513+
To use this new feature, you must install the optional Perl module
514514
L<CSS::Inliner>, version 4018 or later, then enable the feature in
515515
your RT configuration.
516516

docs/authentication.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ the matched user.
8686
It is often used to provide single sign-on (SSO) support via Apache modules
8787
such as C<mod_auth_kerb> (to talk to Active Directory). C<$WebRemoteUserAuth> is
8888
widely used by organizations with existing authentication standards for web
89-
services that leverge web server modules for central authentication services.
89+
services that leverage web server modules for central authentication services.
9090
The flexibility of RT's C<$WebRemoteUserAuth> support means that it can be setup
9191
with almost any authentication system.
9292

docs/charts.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ when we converted the web chart library to Chart.js.
1515
=head2 C<$EnableJSChart>
1616

1717
Starting in RT 5.0, by default charts are rendered by Chart.js,
18-
a javascript charting library. If you'd like to disable javascript
18+
a JavaScript charting library. If you'd like to disable JavaScript
1919
rendered charts, you can set this configuration value to false. To use
2020
GD charts instead of JS charts, set the C<--enable-gd> option
2121
when running the configure script to install RT.

docs/customizing/lifecycles.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The web interface allows for easy visualization and editing of lifecycles.
1616
=head2 Editing statuses, transitions and categories
1717

1818
Instructions for interacting with the web UI lifecycle builder can be found on the main "modify" page.
19-
The modify page allows for create and deleting statuses, adding transistions between statuses with
19+
The modify page allows for create and deleting statuses, adding transitions between statuses with
2020
drag and drop arrows and changing the categories of a status (initial, active and inactive).
2121

2222
=for html <img alt="Lifecycle UI Modify" src="../images/lifecycle-ui-modify.png">

0 commit comments

Comments
 (0)