Skip to content

Commit cca2160

Browse files
committed
(maint) Fix typo in error
1 parent 482f6a5 commit cca2160

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/facter/resolvers/solaris/networking.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ def add_mtu(lifreq)
7979
ioctl = FFI::Ioctl.ioctl(FFI::SIOCGLIFMTU, lifreq, lifreq.ss_family)
8080

8181
if ioctl == -1
82-
@log.error("Cold not read MTU, error code is #{::FFI::LastError.error}")
82+
@log.error("Could not read MTU, error code is: #{::FFI::LastError.error}")
8383
return
8484
end
8585

0 commit comments

Comments
 (0)