소스 검색

Fix typo for macro_register (#8270)

Chaos92 1 년 전
부모
커밋
0f0bd685d9
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/permissions.txt

+ 2 - 2
doc/permissions.txt

@@ -3,7 +3,7 @@
 //===== By: ==================================================
 //===== By: ==================================================
 //= rAthena Dev Team
 //= rAthena Dev Team
 //===== Last Updated: ========================================
 //===== Last Updated: ========================================
-//= 20130613
+//= 20240414
 //===== Description: =========================================
 //===== Description: =========================================
 //= List of available permissions and their functions.
 //= List of available permissions and their functions.
 //============================================================
 //============================================================
@@ -227,6 +227,6 @@ Allows player to use the client command /macro_detector.
 
 
 *macro_register
 *macro_register
 
 
-Allows player to use the client commands /maco_register (used to add new captcha) and /macro_preview (used to preview captcha by ID).
+Allows player to use the client commands /macro_register (used to add new captcha) and /macro_preview (used to preview captcha by ID).
 
 
 ---------------------------------------
 ---------------------------------------