From 961b6bba3edd211460eb233c5d20fa56e8ac5bae Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Sat, 12 May 2018 17:57:06 -0400 Subject: [PATCH] Fix typo in help ipaddr() --- game/txt/hlp/pennfunc.hlp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/txt/hlp/pennfunc.hlp b/game/txt/hlp/pennfunc.hlp index 82bfa4758..0a02f97f1 100644 --- a/game/txt/hlp/pennfunc.hlp +++ b/game/txt/hlp/pennfunc.hlp @@ -2022,7 +2022,7 @@ See also: iter(), @dolist & IPADDR() ipaddr() - Returns the IP address of the connected player or descriptor. This may be more reliable that get(/lastip) if the player has multple connections from different locations, and the function is called with a descriptor argument. + Returns the IP address of the connected player or descriptor. This may be more reliable than get(/lastip) if the player has multple connections from different locations, and the function is called with a descriptor argument. The caller can use the function on himself, but using on any other player requires privileged power such as Wizard, Royalty or SEE_ALL.