From fe65419be3c1beb10fab87c821500c861d3296a7 Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Tue, 2 Aug 2016 14:58:17 -0700 Subject: [PATCH] Fix typo --- interface/wx/artprov.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/wx/artprov.h b/interface/wx/artprov.h index fa93f05cc4..e3777f76a3 100644 --- a/interface/wx/artprov.h +++ b/interface/wx/artprov.h @@ -404,7 +404,7 @@ protected: wxArtID unique identifier of the bitmap. @param client wxArtClient identifier of the client (i.e. who is asking for the bitmap). - This only servers as a hint. + This only serves as a hint. @param size Preferred size of the bitmap. The function may return a bitmap of different dimensions, it will be automatically rescaled to meet client's request.