Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
unifreq committed Nov 23, 2023
1 parent e5e6d42 commit 4378ebb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/cpustat
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ sub get_ethlist() {
my $board = &get_boardinfo;
if($board eq "FastRhino R66S") {
return reverse sort (</sys/class/net/e[tn]*>);
} elsif($board eq "HLink H68K") {
} elsif($board eq "Hlink H68K") {
return reverse sort (</sys/class/net/e[tn]*>);
} elsif($board eq "Hlink H88K-V3") {
return reverse sort (</sys/class/net/e[tn]*>);
Expand Down

0 comments on commit 4378ebb

Please sign in to comment.