More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.
This commit is contained in:
parent
2034141a7e
commit
0f45b9c8e0
115 changed files with 158 additions and 158 deletions
|
@ -71,7 +71,7 @@
|
|||
} BitBuffer_t;
|
||||
|
||||
/* Function Prototypes: */
|
||||
/** Initializes or resets a given bit buffer, ready to store new bits.
|
||||
/** Initialises or resets a given bit buffer, ready to store new bits.
|
||||
*
|
||||
* \param[in,out] Buffer Bit buffer to initialize
|
||||
*/
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
|
||||
/* Public Interface - May be used in end-application: */
|
||||
/* Inline Functions: */
|
||||
/** Initializes the magnetic stripe card reader ports and pins so that the card reader
|
||||
/** Initialises the magnetic stripe card reader ports and pins so that the card reader
|
||||
* device can be controlled and read by the card reader driver. This must be called before
|
||||
* trying to read any of the card reader's status lines.
|
||||
*/
|
||||
|
|
|
@ -97,7 +97,7 @@
|
|||
*
|
||||
* \section SSec_Options Project Options
|
||||
*
|
||||
* The following defines can be found in this project, which can control the project behavior when defined, or changed in value.
|
||||
* The following defines can be found in this project, which can control the project behaviour when defined, or changed in value.
|
||||
*
|
||||
* <table>
|
||||
* <tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue