Skip to content

Commit

Permalink
Fix a tiny typo in hs.network docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
cmsj committed Aug 29, 2016
1 parent c6a3907 commit 6a50335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/network/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module.primaryInterfaces = function()
queryResult["State:/Network/Global/IPv6"] and queryResult["State:/Network/Global/IPv6"].PrimaryInterface or false
end

--- hs.network.adresses([interface, ...]) -> table
--- hs.network.addresses([interface, ...]) -> table
--- Function
--- Returns a list of the IPv4 and IPv6 addresses for the specified interfaces, or all interfaces if no arguments are given.
---
Expand Down

0 comments on commit 6a50335

Please sign in to comment.