summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-10 18:50:16 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-10 18:50:16 +0000
commitb8ab18bebb231eefff2ecb44fdea57328309aba4 (patch)
tree0a1a4f4d93a1e95970d2566ae9a1bd11fa38af5c
parent8111a4c622a0a9002378c8dea4f436cdd02a8fc2 (diff)
downloadnuttx-b8ab18bebb231eefff2ecb44fdea57328309aba4.tar.gz
nuttx-b8ab18bebb231eefff2ecb44fdea57328309aba4.tar.bz2
nuttx-b8ab18bebb231eefff2ecb44fdea57328309aba4.zip
Fix mispelled name
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3490 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/Documentation/NuttX.html2
-rw-r--r--nuttx/ReleaseNotes2
2 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 88f0493d3..f072201b2 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -831,7 +831,7 @@
<ul>
<li>
In many newer environments, NuttX produced strange Makefile errors but built correctly in older environments.
- A fix provided by Rafael Norinha was incorporated and is reported to fix those build problems.
+ A fix provided by Rafael Noronha was incorporated and is reported to fix those build problems.
</li>
<li>
The <code>apps/</code> directory build system would not handle Windows-native toolchains due to obscure path formatting issues.
diff --git a/nuttx/ReleaseNotes b/nuttx/ReleaseNotes
index eadffaab4..a933828ec 100644
--- a/nuttx/ReleaseNotes
+++ b/nuttx/ReleaseNotes
@@ -1789,7 +1789,7 @@ change:
* In many newer environments, NuttX produced strange Makefile errors
but built correctly in older environments. A fix provided by
- Rafael Norinha was incorporated and is reported to fix those build
+ Rafael Noronha was incorporated and is reported to fix those build
problems.
* The apps/ directory build system would not handle Windows-native
toolchains due to obscure path formatting issues.