Fix spelling errors

This commit is contained in:
Paride Legovini 2019-07-04 23:53:37 +02:00
parent b47eea84cb
commit c30406b2b6
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) {