fix typos: Checks -> Check, Determines -> Determine

This commit is contained in:
Vincent Wei
2020-02-26 11:13:11 +08:00
parent 53f8be5826
commit 3fde7981ed
9 changed files with 35 additions and 32 deletions

View File

@@ -637,7 +637,7 @@ extern "C" {
/**
* \def CB_GETDROPPEDSTATE
* \brief Determines whether the list box of a combo box is dropped down.
* \brief Determine whether the list box of a combo box is dropped down.
*
* \code
* CB_GETIDROPSTATE
@@ -705,7 +705,7 @@ extern "C" {
/**
* \def CB_SETSPINRANGE
* \brief Determines the range of the spin box in a combo box.
* \brief Determine the range of the spin box in a combo box.
*
* \code
* CB_SETSPINRANGE
@@ -745,7 +745,7 @@ extern "C" {
/**
* \def CB_SETSPINVALUE
* \brief Determines the value of the spin box in a combo box.
* \brief Determine the value of the spin box in a combo box.
*
* \code
* CB_SETSPINVALUE
@@ -778,7 +778,7 @@ extern "C" {
/**
* \def CB_SETSPINPACE
* \brief Determines the pace and the fast pace of the spin box in a combo box.
* \brief Determine the pace and the fast pace of the spin box in a combo box.
*
* \code
* CB_SETSPINPACE

View File

@@ -785,7 +785,7 @@ typedef LISTBOXITEMINFO* PLISTBOXITEMINFO;
/**
* \def LB_GETCARETINDEX
* \brief Determines the index of the item that has the focus rectangle.
* \brief Determine the index of the item that has the focus rectangle.
*
* An application sends an LB_GETCARETINDEX message to a list box to determine
* the index of the item that has the focus rectangle in a multiple-selection