fix spelling to satisfy t/author/spelling.t
[catagits/Catalyst-Runtime.git] / t / author / spelling.t
1 use strict;
2 use warnings;
3 use Test::More;
4 use Test::Spelling;
5
6 add_stopwords(qw(
7     Accel API CGI MVC PSGI Plack README SSI Starman XXXX URI htaccess middleware
8     mixins namespace psgi startup Deprecations catamoose cataplack linearize
9     subclasses subdirectories refactoring adaptors validator remediations
10     undef env regex unary rethrow rethrows stringifies CPAN STDERR SIGCHLD baz
11     roadmap wishlist refactor refactored Runtime pluggable pluggability hoc apis
12     fastcgi nginx Lighttpd IIS middlewares backend IRC IOLayer
13     ctx _application MyApp restarter httponly Utils stash's unescapes
14     actionchain dispatchtype dispatchtypes redispatch redispatching
15     CaptureArgs ChainedParent PathPart PathPrefix
16     BUILDARGS metaclass namespaces pre ARGV ReverseProxy
17     filename tempname request's subdirectory ini uninstalled uppercased
18     wiki bitmask uri url urls dir hostname proxied http https IP SSL
19     inline INLINE plugins cpanfile resized
20     FastCGI Stringifies Rethrows DispatchType Wishlist Refactor ROADMAP HTTPS Unescapes Restarter Nginx Refactored
21     ActionClass LocalRegex LocalRegexp MyAction metadata cometd io psgix websocket websockets proxying
22     UTF async codebase dev encodable filenames params MyMiddleware Sendfile
23     JSON xml POSTed RESTful performant subref actionrole
24     chunked chunking codewise distingush equivilent plack Javascript gzipping
25     ConfigLoader getline whitepaper
26     Andreas
27     Ashton
28     Axel
29     Balint
30     Belka
31     Brocard
32     Caelum
33     Cassidy
34     Dagfinn
35     Danijel
36     Dhanani
37     Dhaval
38     Diment
39     Doran
40     Edvinsson
41     Florian
42     Geoff
43     Grundman
44     Hartmaier
45     Hawes
46     Ilmari
47     Johan
48     Kamholz
49     Kiefer
50     Kieren
51     Kitover
52     Kogman
53     Kostyuk
54     Kubb
55     Lammel
56     Lindstrom
57     MannsÃ¥ker
58     Marienborg
59     Marrandi
60     McWhirter
61     Milicevic
62     Miyagawa
63     Montes
64     Naughton
65     Oleg
66     Ragwitz
67     Ramberg
68     Rasnita
69     Reis
70     Riedel
71     Rockway
72     Roditi
73     Rodland
74     Ruthven
75     Sascha
76     Schutz
77     Sedlacek
78     Sheidlower
79     SpiceMan
80     Styn
81     Szilakszi
82     Tatsuhiko
83     Ulf
84     Upasana
85     Vilain
86     Viljo
87     Wardley
88     Westermann
89     Willert
90     Yuval
91     abraxxa
92     abw
93     andyg
94     audreyt
95     bricas
96     chansen
97     davewood
98     dhoss
99     dkubb
100     dwc
101     esskar
102     fREW
103     fireartist
104     frew
105     gabb
106     groditi
107     hobbs
108     ilmari
109     jcamacho
110     jhannah
111     jnap
112     jon
113     konobi
114     marcus
115     mgrimes
116     miyagawa
117     mst
118     Napiorkowski
119     naughton
120     ningu
121     nothingmuch
122     numa
123     obra
124     phaylon
125     rafl
126     rainboxx
127     sri
128     szbalint
129     vanstyn
130     willert
131     wreis
132 ));
133 set_spell_cmd('aspell list -l en');
134 all_pod_files_spelling_ok();
135
136 done_testing();