Skip to content

Commit

Permalink
Comment spelling fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
scop committed Jul 8, 2012
1 parent a606455 commit 4a83898
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion URI/URL.pm
Expand Up @@ -144,7 +144,7 @@ sub query {
Carp::croak("$mess (you must call equery)");
}
}
# Now it should be safe to unescape the string without loosing
# Now it should be safe to unescape the string without losing
# information
return uri_unescape($old);
}
Expand Down
2 changes: 1 addition & 1 deletion t/num_eq.t
@@ -1,6 +1,6 @@
#!/usr/bin/perl -w

# Test URI's overloading of numeric comparision for checking object
# Test URI's overloading of numeric comparison for checking object
# equality

use strict;
Expand Down
2 changes: 1 addition & 1 deletion t/old-base.t
Expand Up @@ -3,7 +3,7 @@
use URI::URL qw(url);
use URI::Escape qw(uri_escape uri_unescape);

# want compatiblity
# want compatibility
use URI::file;
$URI::file::DEFAULT_AUTHORITY = undef;

Expand Down

0 comments on commit 4a83898

Please sign in to comment.