fix typos in documentation
authorUwe Hermann <uwe@hermann-uwe.de>
Tue, 24 Nov 2009 19:28:21 +0000 (20:28 +0100)
committerZachary T Welch <zw@superlucidity.net>
Thu, 26 Nov 2009 18:12:22 +0000 (10:12 -0800)
Fixes some minor typos in the top-level documentation files.

Signed-off-by: Zachary T Welch <zw@superlucidity.net>
BUGS
ChangeLog
PATCHES
README
TODO

diff --git a/BUGS b/BUGS
index 0cb99ae63de3721d119541d9d7aade9b5525b11c..69675256cade19e608253af9570d846b87f3bf01 100644 (file)
--- a/BUGS
+++ b/BUGS
@@ -1,4 +1,4 @@
-// This file is part of the Doyxgen Developer Manual
+// This file is part of the Doxygen Developer Manual
 /** @page bugs Bug Reporting
 
 Please report bugs by subscribing to the OpenOCD mailing list and
index d80c8963c7a6e7bd465f00329f906dacf325a558..a8df5d0f69e71fee0d86975993ee4b2b76221aed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1 @@
-Retired in favour of SVN log.
+Retired in favor of git log.
diff --git a/PATCHES b/PATCHES
index 32f1bda5f070f0bee4b6a55f4b0d8a95b596a147..74a76fdb4deed549058e56fb979c4c0722dc8779 100644 (file)
--- a/PATCHES
+++ b/PATCHES
@@ -1,4 +1,4 @@
-// This file is part of the Doyxgen Developer Manual
+// This file is part of the Doxygen Developer Manual
 /** @page patchguide Patch Guidelines
 
 Please mail patches to: @par
diff --git a/README b/README
index 0ba6f76b3ca36272470d4efe44d6f822486f9149..35118da0913a0cae7430a481132bc5623b778eb2 100644 (file)
--- a/README
+++ b/README
@@ -338,7 +338,7 @@ all operating systems used with OpenOCD.  You may, however, build such
 copies for personal use.
 
 The FTDICHIP drivers come as either a (win32) ZIP file, or a (Linux)
-TAR.GZ file. You must unpack them ``some where'' convient. As of this
+TAR.GZ file. You must unpack them ``some where'' convenient. As of this
 writing FTDICHIP does not supply means to install these files "in an
 appropriate place."
 
@@ -404,7 +404,7 @@ Then you can update that at your convenience using
    git pull
 
 There is also a gitweb interface, which you can use either to browse
-the repository or to downlad arbitrary snapshots using HTTP:
+the repository or to download arbitrary snapshots using HTTP:
 
    http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd
    http://repo.or.cz/w/openocd.git
diff --git a/TODO b/TODO
index da5cf5298423a1192542e723dfa9ea690c9dddb6..a9e95f6eed65dd2107ac33bdfede34d77a44b6b0 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-// This file is part of the Doyxgen Developer Manual
+// This file is part of the Doxygen Developer Manual
 /** @page tasks Pending and Open Tasks
 
 This page lists pending and open tasks being considered or worked upon
@@ -46,7 +46,7 @@ This section list issues that need to be resolved in the JTAG layer.
 The following tasks have been suggested for cleaning up the JTAG layer:
 
 - use tap_set_state everywhere to allow logging TAP state transitions
-- Encapsulate cmd_queue_cur_state and related varaible handling.
+- Encapsulate cmd_queue_cur_state and related variable handling.
 - add slick 32 bit versions of jtag_add_xxx_scan() that avoids
 buf_set_u32() calls and other evidence of poor impedance match between
 API and calling code. New API should cut down # of lines in calling
@@ -85,7 +85,7 @@ There are some known bugs to fix in JTAG adapter drivers:
   Workaround: use "tms_sequence long" @par
   https://lists.berlios.de/pipermail/openocd-development/2009-July/009426.html
 
-The following tasks have been suggeted for improving OpenOCD's JTAG
+The following tasks have been suggested for improving OpenOCD's JTAG
 interface support:
 
 - rework USB communication to be more robust.  Two possible options are:
@@ -290,11 +290,11 @@ These ideas were first introduced here: @par
   - automatically detect the features that are available, unless
     options were specifically provided to configure
   - provide a report of the drivers that will be build at the end of
-    running configure, so the users can verify which driverswill be
+    running configure, so the users can verify which drivers will be
     built during 'make' (and their options) .
 - eliminate sources of confusion in @c bootstrap script:
   -# Make @c bootstrap call 'configure --enable-maintainer-mode \<opts\>'?
-  -# Add @c buildstrap script to assist with boostrap and configure steps.
+  -# Add @c buildstrap script to assist with bootstrap and configure steps.
 - automatically build tool-chains required for cross-compiling
   - produce mingw32, arm-elf, others using in-tree scripts
   - build all required target code from sources
@@ -348,7 +348,7 @@ to complete:
   - reviewing patches
   - committing to Subversion
 - Review The Guide for OpenOCD Users for documentation errors or omissions
-- Update The Manual for OpenOCD Developerrs:
+- Update The Manual for OpenOCD Developers:
   - Add documentation describing the architecture of each module
   - Provide more Technical Primers to bootstrap contributor knowledge