X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/90e3949c048cb3d8b9f667a277e002b269e5a9a4..751731864888f00e31e6dce1092ac28a1fac5358:/docs/latex/wx/ftp.tex diff --git a/docs/latex/wx/ftp.tex b/docs/latex/wx/ftp.tex index 077787ba4e..b9a835791d 100644 --- a/docs/latex/wx/ftp.tex +++ b/docs/latex/wx/ftp.tex @@ -5,8 +5,8 @@ %% Modified by: %% Created: ~1997 %% RCS-ID: $Id$ -%% Copyright: (c) wxWindows team -%% License: wxWindows license +%% Copyright: (c) wxWidgets team +%% License: wxWidgets license %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \section{\class{wxFTP}}\label{wxftp} @@ -37,7 +37,7 @@ Example of using wxFTP for file downloading: } ftp.ChDir("/pub"); - wxInputStream *in = ftp.GetInputStream("wxWindows-4.2.0.tar.gz"); + wxInputStream *in = ftp.GetInputStream("wxWidgets-4.2.0.tar.gz"); if ( !in ) { wxLogError("Coudln't get file");