X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7beb59f36c016d27cf8949eb8c0d38fc63ad536a..75aa19469b8b31ae58d6e8956b0e4c7200e30578:/include/wx/isqlext.h diff --git a/include/wx/isqlext.h b/include/wx/isqlext.h index 87930354ee..1e96045069 100644 --- a/include/wx/isqlext.h +++ b/include/wx/isqlext.h @@ -1166,7 +1166,7 @@ RETCODE SQL_API SQLBindParameter (HSTMT hstmt, UWORD ipar, SWORD fParamType, SDWORD cbValueMax, SDWORD FAR * pcbValue); /* - * Depreciated - use SQLSetStmtOptions + * Deprecated - use SQLSetStmtOptions */ RETCODE SQL_API SQLSetScrollOptions (HSTMT hstmt, UWORD fConcurrency, SDWORD crowKeyset, UWORD crowRowset);