File: fix_spelling_error_in_manpage

package info (click to toggle)
libmojolicious-plugin-authorization-perl 1.0302-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 188 kB
  • ctags: 7
  • sloc: perl: 389; makefile: 2
file content (21 lines) | stat: -rw-r--r-- 1,117 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Description: lintian complains about the word spelling of 'dependant'
Forwarded: http://github.com/byterock/mojolicious-plugin-authorization/issues/2

--- a/lib/Mojolicious/Plugin/Authorization.pm
+++ b/lib/Mojolicious/Plugin/Authorization.pm
@@ -104,13 +104,13 @@
 
 'privileges' will use the supplied C<user_privs> subroutine ref and return the privileges of the current session.
 You can pass additional data along in the extra_data hashref and it will be passed to your C<user_privs>
-subroutine as-is. The returned data is dependant on the supplied C<user_privs> subroutine.
+subroutine as-is. The returned data is dependent on the supplied C<user_privs> subroutine.
 
 =head2 role($extra_data)
 
 'role' will use the supplied C<user_role> subroutine ref and return the role of the current session.
 You can pass additional data along in the extra_data hashref and it will be passed to your C<user_role>
-subroutine as-is. The returned data is dependant on the supplied C<user_role> subroutine.
+subroutine as-is. The returned data is dependent on the supplied C<user_role> subroutine.
 
 =head1 CONFIGURATION