From eaafd0cb1d4884faf5fe598e4528c9b3e1c3dc8e Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Sat, 2 Feb 2019 13:21:46 -0800 Subject: [PATCH] Fix some grammatical errors --- interface/wx/dcbuffer.h | 2 +- interface/wx/image.h | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/interface/wx/dcbuffer.h b/interface/wx/dcbuffer.h index e29859802b..7acdc52f91 100644 --- a/interface/wx/dcbuffer.h +++ b/interface/wx/dcbuffer.h @@ -36,7 +36,7 @@ Otherwise, wxBufferedDC can be used in the same way as any other device context. - There is another possible use for wxBufferedDC is to use it to maintain a + Another possible use for wxBufferedDC is to use it to maintain a backing store for the window contents. In this case, the associated @e DC may be @NULL but a valid backing store bitmap should be specified. diff --git a/interface/wx/image.h b/interface/wx/image.h index 43f48aeb81..055fcbbe77 100644 --- a/interface/wx/image.h +++ b/interface/wx/image.h @@ -953,9 +953,8 @@ public: than @a threshold are replaced with the mask colour and the alpha channel is removed. Otherwise nothing is done. - The mask colour is chosen automatically using - FindFirstUnusedColour() by this function, see the overload below if you - this is not appropriate. + The mask colour is chosen automatically using FindFirstUnusedColour(), + see the overload below if this is not appropriate. @return Returns @true on success, @false on error. */