diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-14 11:06:13 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-04-14 11:06:13 +0000 |
commit | b3787becdcdc93e39616f780661b96eb0c75feb2 (patch) | |
tree | faf4f4a2db4e5fb60fbe687684b0c45696db463b /src/map/atcommand.c | |
parent | 4a6bf076ec44d7c11d416c5e400e7c4709dbadb3 (diff) | |
download | hercules-b3787becdcdc93e39616f780661b96eb0c75feb2.tar.gz hercules-b3787becdcdc93e39616f780661b96eb0c75feb2.tar.bz2 hercules-b3787becdcdc93e39616f780661b96eb0c75feb2.tar.xz hercules-b3787becdcdc93e39616f780661b96eb0c75feb2.zip |
More svn:eol-style-ing and typo fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@10256 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r-- | src/map/atcommand.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c index 19818a441..3f2c8ffea 100644 --- a/src/map/atcommand.c +++ b/src/map/atcommand.c @@ -7219,7 +7219,7 @@ int atcommand_useskill(const int fd, struct map_session_data* sd, const char* co } /*========================================== - * @showskill by [Skotlex] + * @displayskill by [Skotlex] * Debug command to locate new skill IDs. It sends the * three possible skill-effect packets to the area. *------------------------------------------ |