X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6e350141f124f383654fd1337314fc9f55f95cbf..9e9574fe45b176ee74bba8fad7574cf9906145d1:/interface/wx/dcgraph.h diff --git a/interface/wx/dcgraph.h b/interface/wx/dcgraph.h index 0683c3a1fc..102d879778 100644 --- a/interface/wx/dcgraph.h +++ b/interface/wx/dcgraph.h @@ -2,7 +2,6 @@ // Name: dcgraph.h // Purpose: interface of wxGCDC // Author: wxWidgets team -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -36,7 +35,7 @@ public: wxGCDC( const wxPrinterDC& printerDC ); /** - Construct a wxGCDC from an existing grtaphics context. + Construct a wxGCDC from an existing graphics context. */ wxGCDC(wxGraphicsContext* context);