diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-30 09:48:35 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2010-07-30 09:48:35 +0000 |
| commit | 7dba4b555bc6d718e5f9d666cdd793b637681f0d (patch) | |
| tree | d1c38ead3ab0691d6a8e8db2319de93e5bd8bb5a /Projects/Benito | |
| parent | a1f393c38f54fae7939841ca264d7201eeaf04d9 (diff) | |
More spell checking of all source files -- correct missed errors, switch to EN-GB spelling dictionary.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1426 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/Benito')
| -rw-r--r-- | Projects/Benito/Benito.txt | 2 | ||||
| -rw-r--r-- | Projects/Benito/Lib/LightweightRingBuff.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/Projects/Benito/Benito.txt b/Projects/Benito/Benito.txt index 806397c6..af37284f 100644 --- a/Projects/Benito/Benito.txt +++ b/Projects/Benito/Benito.txt @@ -58,7 +58,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> diff --git a/Projects/Benito/Lib/LightweightRingBuff.h b/Projects/Benito/Lib/LightweightRingBuff.h index 1d6e07fd..2faef438 100644 --- a/Projects/Benito/Lib/LightweightRingBuff.h +++ b/Projects/Benito/Lib/LightweightRingBuff.h @@ -62,7 +62,7 @@ } RingBuff_t; /* Inline Functions: */ - /** Initializes a ring buffer ready for use. Buffers must be initialized via this function + /** Initialises a ring buffer ready for use. Buffers must be initialized via this function * before any operations are called upon them. Already initialized buffers may be reset * by re-initializing them using this function. * @@ -172,4 +172,4 @@ } #endif -
\ No newline at end of file + |
