Fix typos in flymake.el

* lisp/progmodes/flymake.el (flymake-check-patch-master-file-buffer):
Spelling fixes in the doc string.

Copyright-paperwork-exempt: yes
This commit is contained in:
Lele Gaifax 2017-01-18 18:15:28 +02:00 committed by Eli Zaretskii
parent a1ef10e6a0
commit 85a3e4e486

View file

@ -361,7 +361,7 @@ instead of SOURCE-FILE-NAME.
For example, foo.cpp is a master file if it includes foo.h.
Whether a buffer for MATER-FILE-NAME exists, use it as a source
When a buffer for MASTER-FILE-NAME exists, use it as a source
instead of reading master file from disk."
(let* ((source-file-nondir (file-name-nondirectory source-file-name))
(source-file-extension (file-name-extension source-file-nondir))