diff options
author | Jirka Hladky <jhladky@redhat.com> | 2020-06-28 04:17:52 +0200 |
---|---|---|
committer | Jirka Hladky <jhladky@redhat.com> | 2020-06-28 04:17:52 +0200 |
commit | 1283a65c541c4a83e152024a63faf7b267b9b1cd (patch) | |
tree | 3d73ed6ec71c1fdfaf1867521f6b4d7a2dc74d06 | |
parent | Updated systemd service file - SystemCallFilter section (diff) | |
download | haveged-1283a65c541c4a83e152024a63faf7b267b9b1cd.tar.xz haveged-1283a65c541c4a83e152024a63faf7b267b9b1cd.zip |
Fixed spellingv1.9.13
-rw-r--r-- | src/haveged.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/haveged.c b/src/haveged.c index 85d5ee4..e382040 100644 --- a/src/haveged.c +++ b/src/haveged.c @@ -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 <hladky.jiri@gmail.com>\n" "Copyright (C) 2009-2014 Gary Wuertz <gary@issiweb.com>\n" "Copyright (C) 2011-2012 BenEleventh Consulting <manolson@beneleventh.com>\n\n" @@ -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); @@ -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 */ { |