Subject: | [patch] Spelling mistake in cpp/overload.cpp |
Please find attached a patch correcting a small spelling mistake in
cpp/overload.cpp.
Thanks for considering,
dam
Subject: | spelling.patch |
Description: Fix a small spelling mistake
Author: Damyan Ivanov <dmn@debian.org>
--- a/cpp/overload.cpp
+++ b/cpp/overload.cpp
@@ -145,7 +145,7 @@ void wxPli_overload_error( pTHX_ const c
wxPliPrototype* prototypes[] )
{
dXSARGS; // restore the mark we implicitly popped in dMARK!
- SV* message = newSVpv( "Availble methods:\n", 0 );
+ SV* message = newSVpv( "Available methods:\n", 0 );
sv_2mortal( message );
for( int j = 0; prototypes[j]; ++j )