diff --git a/include/QCefDownloadItem.h b/include/QCefDownloadItem.h index 7ab0f000..6ca7162f 100644 --- a/include/QCefDownloadItem.h +++ b/include/QCefDownloadItem.h @@ -52,7 +52,7 @@ class QCEFVIEW_EXPORT QCefDownloadItem /// /// The 'path' parameter only works when 'useDefaultDialog' is set to false. /// If you set 'useDefaultDialog' to true then you cannot control the initial - /// locatio nof the opened 'Save As...' dialog, it is determined by CEF internal implementation. + /// location of the opened 'Save As...' dialog, it is determined by CEF internal implementation. /// void start(const QString& path, bool useDefaultDialog = true) const;