1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Description: fix a spelling mistake
Origin: vendor
Bug: https://rt.cpan.org/Ticket/Display.html?id=85982
Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85982
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2013-06-08
--- a/lib/UR/Context/Process.pm
+++ b/lib/UR/Context/Process.pm
@@ -35,7 +35,7 @@
=head1 DESCRIPTION
-This module provides methods to set and retreive variaous names
+This module provides methods to set and retrieve variaous names
associated with the program and the program version number.
=cut
--- a/lib/UR/DataSource/Oracle.pm
+++ b/lib/UR/DataSource/Oracle.pm
@@ -226,7 +226,7 @@
sub get_userenv {
# there are two ways to set these values but this is
- # the only way to retreive the values after they are set
+ # the only way to retrieve the values after they are set
my ($self, $dbh) = @_;
|