Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
fixed a couple of typos
  • Loading branch information
ayurchen committed Nov 24, 2013
1 parent d938c3a commit 47e2f64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ LD_PRELOAD=<path-to-libglb>

GLB_OPTIONS='options string'
Allows to specify GLB options to libglb the same way as command line
parameters for glbd. It is limited however in that ptions and their values
parameters for glbd. It is limited however in that options and their values
cannot contain whitespaces and commas and short options cannot be
concatenated (i.e. '-qri10' should go as '-q -r -i 10'). Parsing errors and
options unsupported by libglb (like -d) will be silently ignored.
Expand Down Expand Up @@ -278,7 +278,7 @@ achieved, however load from many clients will be spread over all available
destinations.)

GLB_CONTROL=[IP:]PORT
Interpreted the same way as --cotrol parameter of glbd. Application will
Interpreted the same way as --control parameter of glbd. Application will
open a socket at a specified address to listen to control commands. Due
to library functionality limited only to connect() call, no traffic
statistics or connection count is maintained, so "getstat" command is a
Expand Down

0 comments on commit 47e2f64

Please sign in to comment.