Skip to content

Commit 6cf806b

Browse files
committed
README files: Fix typos.
1 parent beae08b commit 6cf806b

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ For more complete instructions, see the "Building GNU Radio" page in
5050
the GNU Radio manual (can be built or found online at
5151
http://gnuradio.org/doc/doxygen/page_build.html).
5252

53-
See these steps fow a quick build guide.
53+
See these steps for a quick build guide.
5454

5555
(1) Ensure that you've satisfied the external dependencies. These
5656
dependencies are listed in the manual's build page and are not

README.building-boost

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ There are two recommended methods:
1010
Installing boost using the PyBOMBS utility, or building it from a source
1111
tarball.
1212

13-
1. Installing Boost using ByBOMBS
13+
1. Installing Boost using PyBOMBS
1414
---------------------------------
1515

1616
Following http://gnuradio.org/redmine/projects/pybombs/wiki/Using you can
17-
install a recent boost by downloading and executing the PyBombs utility:
17+
install a recent boost by downloading and executing the PyBOMBS utility:
1818

1919
# go to a directory you have write access to
2020
$ git clone git://github.com/pybombs/pybombs

README.hacking

+3-3
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ All class static data members shall begin with s_<foo>.
9191

9292
** File names
9393

94-
Each significant class shall be contained in it's own file.
94+
Each significant class shall be contained in its own file.
9595

9696
* Storage management
9797

@@ -225,7 +225,7 @@ If your application has a verbose option, use:
225225
If your application allows the user to specify the "fast USB" options, use:
226226

227227
add_option("", "--fusb-block-size", type="intx", default=0,
228-
help="specify fast usb block size [default=%default]")
228+
help="specify fast USB block size [default=%default]")
229229

230230
add_option("", "--fusb-nblocks", type="intx", default=0,
231-
help="specify number of fast usb blocks [default=%default]")
231+
help="specify number of fast USB blocks [default=%default]")

0 commit comments

Comments
 (0)