From 12551417c92dade821e98fb5a3a22f4c81d60483 Mon Sep 17 00:00:00 2001 From: Werner Macho Date: Wed, 15 Dec 2021 11:41:12 +0100 Subject: [PATCH] typo fix --- src/xmlcopyeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmlcopyeditor.cpp b/src/xmlcopyeditor.cpp index 46a6bb2..829b76d 100644 --- a/src/xmlcopyeditor.cpp +++ b/src/xmlcopyeditor.cpp @@ -3980,7 +3980,7 @@ void MyFrame::OnCreateSchema ( wxCommandEvent& event ) getRawText ( doc, rawBufferUtf8 ); const static wxString types[] = { _ ( "W3C Schema" ), _ ( "DTD" ) }; - const static wxString message = _ ( "Please choose a shema type"); + const static wxString message = _ ( "Please choose a schema type"); wxSingleChoiceDialog dlg ( this, message, _ ( "Schema type" ), ( int ) sizeof ( types ) / sizeof ( types[0] ), types ); int ret = dlg.ShowModal();