From 5301cbd84520255860a844597c7f2087d8ea7b84 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 aff555eb29..d0581d9913 100644 --- a/interface/wx/artprov.h +++ b/interface/wx/artprov.h @@ -409,7 +409,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.