summaryrefslogtreecommitdiff
path: root/lib/perl
diff options
context:
space:
mode:
authorJens Geyer <jensg@apache.org>2016-12-26 11:27:24 +0100
committerJens Geyer <jensg@apache.org>2016-12-26 11:35:43 +0100
commitfa133629a265284eeae2bfead4ea2cd6839bf1ff (patch)
treef0ef090ca28c4a5073c535d0c13c405ad40c4e55 /lib/perl
parent19066b75d014487d5ba6731910edd524aac6aaf6 (diff)
downloadthrift-fa133629a265284eeae2bfead4ea2cd6839bf1ff.tar.gz
THRIFT-4015 Fix wrongly spelled "Thirft"s
Client: Perl + NodeJS Patch: Jens Geyer
Diffstat (limited to 'lib/perl')
-rw-r--r--lib/perl/lib/Thrift/SSLServerSocket.pm2
-rw-r--r--lib/perl/lib/Thrift/UnixSocket.pm2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/perl/lib/Thrift/SSLServerSocket.pm b/lib/perl/lib/Thrift/SSLServerSocket.pm
index 2efdfffea..4daaf08b7 100644
--- a/lib/perl/lib/Thrift/SSLServerSocket.pm
+++ b/lib/perl/lib/Thrift/SSLServerSocket.pm
@@ -34,7 +34,7 @@ use base qw( Thrift::ServerSocket );
#
# Constructor.
# Takes a hash:
-# See Thirft::Socket for base class parameters.
+# See Thrift::Socket for base class parameters.
# @param[in] ca certificate authority filename - not required
# @param[in] cert certificate filename; may contain key in which case key is not required
# @param[in] key private key filename for the certificate if it is not inside the cert file
diff --git a/lib/perl/lib/Thrift/UnixSocket.pm b/lib/perl/lib/Thrift/UnixSocket.pm
index e8317b624..15886fbd5 100644
--- a/lib/perl/lib/Thrift/UnixSocket.pm
+++ b/lib/perl/lib/Thrift/UnixSocket.pm
@@ -34,7 +34,7 @@ use base qw( Thrift::Socket );
#
# Constructor.
# Takes a unix domain socket filename.
-# See Thirft::Socket for base class parameters.
+# See Thrift::Socket for base class parameters.
# @param[in] path path to unix socket file
# @example my $sock = new Thrift::UnixSocket($path);
#