X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c07103f267adc57a49d2fffa12acdd06b3ff7a57..08890e275cae4fa8c5028df5d2b04bb4b0c07525:/docs/latex/wx/filetype.tex diff --git a/docs/latex/wx/filetype.tex b/docs/latex/wx/filetype.tex index 15ac25a77c..80b7e85cc4 100644 --- a/docs/latex/wx/filetype.tex +++ b/docs/latex/wx/filetype.tex @@ -90,7 +90,7 @@ Now you only need to create an object of this class and pass it to, for example, \begin{verbatim} wxString command; if ( filetype->GetOpenCommand(&command, - MailMessageParamaters("foo.txt", "text/plain")) ) + MailMessageParameters("foo.txt", "text/plain")) ) { // the full command for opening the text documents is in 'command' // (it might be "notepad foo.txt" under Windows or "cat foo.txt" under Unix)