Skip to content

Commit

Permalink
Misspelled example, logwriter, in sparkey.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Andersson committed Sep 9, 2013
1 parent 1c499c0 commit 7bd9849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sparkey.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@
* \endcode
* - Write to the log:
* \code
* const char *key = "mykey";
* const char *value = "this is my value";
* const char *mykey = "mykey";
* const char *myvalue = "this is my value";
* sparkey_returncode returncode = sparkey_logwriter_put(mywriter, strlen(mykey), (uint8_t*)mykey, strlen(myvalue), (uint8_t*)myvalue);
* // TODO: check the returncode
* \endcode
Expand Down

0 comments on commit 7bd9849

Please sign in to comment.