Skip to content

Commit

Permalink
Fixed spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jirka Hladky committed Jun 28, 2020
1 parent 159dcde commit 1283a65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/haveged.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@

// {{{ VERSION_TEXT
static const char* VERSION_TEXT =
"haveged %s\n\n"
"haveged %s\n\n"
"Copyright (C) 2018-2020 Jirka Hladky <[email protected]>\n"
"Copyright (C) 2009-2014 Gary Wuertz <[email protected]>\n"
"Copyright (C) 2011-2012 BenEleventh Consulting <[email protected]>\n\n"
Expand Down Expand Up @@ -470,7 +470,7 @@ int main(int argc, char **argv)
if (params->run_level==1)
anchor_info(handle);
else if (0==(params->setup&(INJECT|CAPTURE))) {
/* must specify range with --nunber or --run > 1 but not both */
/* must specify range with --number or --run > 1 but not both */
if (params->run_level>1) {
if (0==(params->setup&RANGE_SPEC)) { /* --run specified */
bufct = params->run_level/sizeof(H_UINT);
Expand Down Expand Up @@ -807,7 +807,7 @@ static int injectFile( /* RETURN: not used */
/**
* Pretty print the collection size
*/
static char *ppSize( /* RETURN: the formated size */
static char *ppSize( /* RETURN: the formatted size */
char *buffer, /* IN: work space */
double sz) /* IN: the size */
{
Expand Down

0 comments on commit 1283a65

Please sign in to comment.