commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] [gnuradio] 01/03: README files: Fix typos.


From: git
Subject: [Commit-gnuradio] [gnuradio] 01/03: README files: Fix typos.
Date: Fri, 31 Oct 2014 20:00:16 +0000 (UTC)

This is an automated email from the git hooks/post-receive script.

jcorgan pushed a commit to branch maint
in repository gnuradio.

commit 6cf806b72a8cdf5b6325c4924e20eed4a6741ca9
Author: Uwe Hermann <address@hidden>
Date:   Wed Oct 29 21:02:54 2014 +0100

    README files: Fix typos.
---
 README                | 2 +-
 README.building-boost | 4 ++--
 README.hacking        | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/README b/README
index 8546181..d80d257 100644
--- a/README
+++ b/README
@@ -50,7 +50,7 @@ For more complete instructions, see the "Building GNU Radio" 
page in
 the GNU Radio manual (can be built or found online at
 http://gnuradio.org/doc/doxygen/page_build.html).
 
-See these steps fow a quick build guide.
+See these steps for a quick build guide.
 
   (1) Ensure that you've satisfied the external dependencies. These
       dependencies are listed in the manual's build page and are not
diff --git a/README.building-boost b/README.building-boost
index 9833f2c..5b5f5f7 100644
--- a/README.building-boost
+++ b/README.building-boost
@@ -10,11 +10,11 @@ There are two recommended methods:
 Installing boost using the PyBOMBS utility, or building it from a source
 tarball.
 
-1. Installing Boost using ByBOMBS
+1. Installing Boost using PyBOMBS
 ---------------------------------
 
 Following http://gnuradio.org/redmine/projects/pybombs/wiki/Using you can
-install a recent boost by downloading and executing the PyBombs utility:
+install a recent boost by downloading and executing the PyBOMBS utility:
 
 # go to a directory you have write access to
 $ git clone git://github.com/pybombs/pybombs
diff --git a/README.hacking b/README.hacking
index 4e3a6a3..11057c8 100644
--- a/README.hacking
+++ b/README.hacking
@@ -91,7 +91,7 @@ All class static data members shall begin with s_<foo>.
 
 ** File names
 
-Each significant class shall be contained in it's own file.
+Each significant class shall be contained in its own file.
 
 * Storage management
 
@@ -225,7 +225,7 @@ If your application has a verbose option, use:
 If your application allows the user to specify the "fast USB" options, use:
 
   add_option("", "--fusb-block-size", type="intx", default=0,
-             help="specify fast usb block size [default=%default]")
+             help="specify fast USB block size [default=%default]")
 
   add_option("", "--fusb-nblocks", type="intx", default=0,
-             help="specify number of fast usb blocks [default=%default]")
+             help="specify number of fast USB blocks [default=%default]")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]