Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Nov 28, 2023
1 parent 6503aff commit f802ffc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions lib/HTTP/BrowserDetect.pm
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ sub _init_core {
\/
( [^.]* ) # Major version number is everything before first dot
\. # The first dot
( [\d]* ) # Minor version nnumber is digits after first dot
( [\d]* ) # Minor version number is digits after first dot
}xo
&& index( $ua, 'not firefox' ) == -1
) # Hack for Yahoo Slurp
Expand Down Expand Up @@ -1419,7 +1419,7 @@ sub _init_robots {
$self->{robot_version} = undef;
}

# Set robot_string, if we don't already have an explictly set
# Set robot_string, if we don't already have an explicitly set
# one
if ( !defined $self->{robot_string} ) {
$self->{robot_string} = $full_string;
Expand Down
1 change: 0 additions & 1 deletion t/useragents.json
Original file line number Diff line number Diff line change
Expand Up @@ -5082,7 +5082,6 @@
"os_major" : "7",
"os_minor" : ".5",
"os_string" : "Windows Phone",
"os_versin" : "7.5",
"os_version" : "7.5"
},
"Mozilla/5.0 (compatible; MSIE 9.0; Windows Phone OS 7.5; Trident/5.0; IEMobile/9.0; NOKIA; Lumia 510)" : {
Expand Down

0 comments on commit f802ffc

Please sign in to comment.