Fix typo in clipboard header files

There was a typo in the class name (wxClipboad) in the
Purpose header.

Closes #23827.
This commit is contained in:
PB 2023-08-26 23:43:21 +02:00 committed by Vadim Zeitlin
parent 329d35b922
commit 714103d00d
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
// Name: wx/clipbrd.h
// Purpose: wxClipboad class and clipboard functions
// Purpose: wxClipboard class and clipboard functions
// Author: Vadim Zeitlin
// Modified by:
// Created: 19.10.99

View file

@ -1,6 +1,6 @@
/////////////////////////////////////////////////////////////////////////////
// Name: wx/msw/clipbrd.h
// Purpose: wxClipboad class and clipboard functions for MSW
// Purpose: wxClipboard class and clipboard functions for MSW
// Author: Julian Smart
// Modified by:
// Created: 01/02/97