Teach rpmlint

epel9
Petr Písař 12 years ago
parent cdff809e33
commit 1c960266b3

@ -0,0 +1,2 @@
from Config import *
addFilter("spelling-error .* parsers");

@ -39,7 +39,7 @@ is often better. (That's what I keep telling myself, anyway.)
Pod::Eventual reads line-based input and produces events describing each POD Pod::Eventual reads line-based input and produces events describing each POD
paragraph or directive it finds. Once complete events are immediately passed to paragraph or directive it finds. Once complete events are immediately passed to
the handle_event method. This method should be implemented by Pod::Eventual the handle_event method. This method should be implemented by Pod::Eventual
subclasses. If it isn't, Pod::Eventual's own handle_event will be called, and sub-classes. If it isn't, Pod::Eventual's own handle_event will be called, and
will raise an exception. will raise an exception.
%prep %prep

Loading…
Cancel
Save