Skip to content

Commit 0096d9f

Browse files
committed
fix typo
1 parent 880ad18 commit 0096d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mac_addr.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def self.to_hex(int_addr)
3838
return expand(hex)
3939
end
4040

41-
# Concert mac address to an integer.
41+
# Convert mac address to an integer.
4242
#
4343
# @param hex_addr [String] Expanded Mac address.
4444
# @return [Integer] Integer mac address.

0 commit comments

Comments
 (0)