Skip to content

Commit ce0e3d5

Browse files
authored
Merge pull request #408 from hexmode/master
Minor typo fix
2 parents fdf5ed0 + 361acc1 commit ce0e3d5

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)