summaryrefslogtreecommitdiff
path: root/src/map/pc.c
diff options
context:
space:
mode:
authorHaru <haru@dotalux.com>2018-06-18 20:48:21 +0200
committerGitHub <noreply@github.com>2018-06-18 20:48:21 +0200
commit2d840771eeee1d9e158e843bcc14f9d69d1cf22e (patch)
treed73af7982fbbc69194955b0cb856d59c4c6e94ca /src/map/pc.c
parent33e94478687ac8cefb2181d06d531d98db754091 (diff)
parentfd58896a84966d0a9cbc30e55b345d9d2351057a (diff)
downloadhercules-2d840771eeee1d9e158e843bcc14f9d69d1cf22e.tar.gz
hercules-2d840771eeee1d9e158e843bcc14f9d69d1cf22e.tar.bz2
hercules-2d840771eeee1d9e158e843bcc14f9d69d1cf22e.tar.xz
hercules-2d840771eeee1d9e158e843bcc14f9d69d1cf22e.zip
Merge pull request #2069 from marky291/patch-1
Fix typos
Diffstat (limited to 'src/map/pc.c')
-rw-r--r--src/map/pc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/pc.c b/src/map/pc.c
index 0872c85e1..1752a2b7c 100644
--- a/src/map/pc.c
+++ b/src/map/pc.c
@@ -10176,7 +10176,7 @@ int pc_equipitem(struct map_session_data *sd,int n,int req_pos)
}
/**
-* Unrquip item ad given position.
+* Unequip an item at the given position.
* @param sd the affected player structure. Must be checked before.
* @param n inventory item position. Must be checked before.
* @param pos slot position. Must be checked before.