Skip to content

Commit 361acc1

Browse files
committed
Fix typo
s/Warg/Warn/
1 parent fdf5ed0 commit 361acc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

php-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ Turning this on will force PEAR rules on all PHP files."
349349
mumamo-mode turned on. Detects if there are any HTML tags in the
350350
buffer before warning, but this is is not very smart; e.g. if you
351351
have any tags inside a PHP string, it will be fooled."
352-
:type '(choice (const :tag "Warg" t) (const "Don't warn" nil)))
352+
:type '(choice (const :tag "Warn" t) (const "Don't warn" nil)))
353353

354354
(defcustom php-mode-coding-style 'pear
355355
"Select default coding style to use with php-mode.

0 commit comments

Comments
 (0)