Skip to content

Commit

Permalink
(maint) Fix typo in error
Browse files Browse the repository at this point in the history
  • Loading branch information
mhashizume committed Oct 26, 2023
1 parent 482f6a5 commit cca2160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/facter/resolvers/solaris/networking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def add_mtu(lifreq)
ioctl = FFI::Ioctl.ioctl(FFI::SIOCGLIFMTU, lifreq, lifreq.ss_family)

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

Expand Down

0 comments on commit cca2160

Please sign in to comment.