GNOME Bugzilla – Bug 171175
[PATCH] FilterPerl.cs has bad 'elseif' keyword
Last modified: 2005-03-29 14:36:27 UTC
Version details: CVS March 21st FilterPerl.cs has a list of keywords (as all the source filters) and perl's includes 'elseif'. Perl doesn't have a keyword 'elseif' but it is instead 'elsif'. Small nitpick, but here's a patch.
Created attachment 39056 [details] [review] A fix for the submitted bug, simple changes "elseif" to "elsif"
Thanks for the patch. Fixed in CVS.