Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Kaitchuck committed Feb 25, 2016
1 parent 93755a9 commit 19bcdd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This directory contains RAPPOR client implementations in various languages.
The privacy of RAPPOR is based on the client "lying" about the true values --
that is, not sending them over the network.

They clients are typically small in terms of code size because the RAPPOR
The clients are typically small in terms of code size because the RAPPOR
client algorithm is simple. See the README.md in each subdirectory for details
on how to use the library.

Expand All @@ -23,7 +23,7 @@ The `regtest.sh` script in the root of this repository does the following:
4. Compares the analysis to the true client values, with metrics and plots.

To have your client tested, you need a small executable wrapper, which reads
and write sa CSV file in a specified format.
and write as CSV file in a specified format.

Then add it to the `_run-one-instance` function in `regtest.sh`.

Expand Down

0 comments on commit 19bcdd4

Please sign in to comment.