Fri Aug 19 04:05:00 2011: Request 70363 was acted upon.
Transaction: Ticket created by DAM
       Queue: Wx
     Subject: [patch] Spelling mistake in cpp/overload.cpp
   Broken in: 0.9901
    Severity: Unimportant
       Owner: Nobody
  Requestors: d...@cpan.org
      Status: new
 Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=70363 >


Please find attached a patch correcting a small spelling mistake in
cpp/overload.cpp.

Thanks for considering,
   dam
Description: Fix a small spelling mistake
Author: Damyan Ivanov <d...@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 )

Reply via email to