Skip to content

Commit

Permalink
fixed typo in the POD
Browse files Browse the repository at this point in the history
  • Loading branch information
Dima Kogan committed Feb 20, 2011
1 parent f097fa0 commit cf57de6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.pod
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ output and streaming display of live data. A simple example:

You should see a plot with two curves. The C<awk> command generates some data to
plot and the C<feedGnuplot> reads it in from STDIN and generates the plot. The
<awk> invocation is just an example; more interesting things would be plotted in
C<awk> invocation is just an example; more interesting things would be plotted in
normal usage. None of the commandline-options are required for the most basic
plotting. Input parsing is flexible; every line need not have the same number of
points. New curves will be created as needed.
Expand Down
2 changes: 1 addition & 1 deletion bin/feedGnuplot
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ output and streaming display of live data. A simple example:
You should see a plot with two curves. The C<awk> command generates some data to
plot and the C<feedGnuplot> reads it in from STDIN and generates the plot. The
<awk> invocation is just an example; more interesting things would be plotted in
C<awk> invocation is just an example; more interesting things would be plotted in
normal usage. None of the commandline-options are required for the most basic
plotting. Input parsing is flexible; every line need not have the same number of
points. New curves will be created as needed.
Expand Down

0 comments on commit cf57de6

Please sign in to comment.