dev-perl/GnuPG-Interface: Add Debian patchset
[gentoo.git] / dev-perl / GnuPG-Interface / files / GnuPG-Interface-0.520.0-0001-fix-spelling-error-settting-should-be-setting.patch
1 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
2 Date: Tue, 13 Sep 2016 07:26:00 +0200
3 Subject: fix spelling error ("settting" should be "setting")
4
5 ---
6  README                 | 2 +-
7  lib/GnuPG/Interface.pm | 2 +-
8  2 files changed, 2 insertions(+), 2 deletions(-)
9
10 diff --git a/README b/README
11 index fcb982a..f457577 100644
12 --- a/README
13 +++ b/README
14 @@ -6,7 +6,7 @@ SYNOPSIS
15        use IO::Handle;
16        use GnuPG::Interface;
17    
18 -      # settting up the situation
19 +      # setting up the situation
20        my $gnupg = GnuPG::Interface->new();
21        $gnupg->options->hash_init( armor   => 1,
22                                    homedir => '/home/foobar' );
23 diff --git a/lib/GnuPG/Interface.pm b/lib/GnuPG/Interface.pm
24 index f952f3e..83a4b1a 100644
25 --- a/lib/GnuPG/Interface.pm
26 +++ b/lib/GnuPG/Interface.pm
27 @@ -834,7 +834,7 @@ GnuPG::Interface - Perl interface to GnuPG
28    use IO::Handle;
29    use GnuPG::Interface;
30    
31 -  # settting up the situation
32 +  # setting up the situation
33    my $gnupg = GnuPG::Interface->new();
34    $gnupg->options->hash_init( armor   => 1,
35                               homedir => '/home/foobar' );