Merge pull request #100 from paride/typo

Fix spelling errors
This commit is contained in:
Neil Horman 2019-07-04 19:21:57 -04:00 committed by GitHub
commit 136dcafbdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ example to ban IRQs 43 and 44 from balancing, use the following command line:
.TP
.B -m, --banmod=<module_name>
Add the specified module to the set of banned modules, similiar to --banirq.
Add the specified module to the set of banned modules, similar to --banirq.
irqbalance will not affect the affinity of any IRQs of given modules, allowing
them to be specified manually. This option is additive and can be specified
multiple times. For example to ban all IRQs of module foo and module bar from
@ -131,7 +131,7 @@ This indicates that the script has no policy for the referenced irq, and that
script processing should continue
.TP
.I 2
This indicates that an error has occured in the script, and it should be skipped
This indicates that an error has occurred in the script, and it should be skipped
(further processing to continue)
.TP

View file

@ -390,7 +390,7 @@ gboolean key_loop(gpointer data __attribute__((unused)))
int main(int argc, char **argv)
{
if(getuid() != 0) {
printf("This program needs to be executed with root priviledges\n");
printf("This program needs to be executed with root privileges\n");
return EACCES;
}
if(argc > 1) {