Skip to content

Commit 095846b

Browse files
committed
Fixing problems pointed out by lintian.
1 parent ba0b498 commit 095846b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

chsettings.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
<item>
2525
<widget class="QLabel" name="FBString">
2626
<property name="text">
27-
<string>Will automaticaly revert back in X seconds...</string>
27+
<string>Will automatically revert back in X seconds...</string>
2828
</property>
2929
</widget>
3030
</item>

uinput_ifc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ int open_uinput(char **fname, bool *permProblem)
2929
return fd;
3030
}else{
3131
if(errno == EACCES){
32-
printf("Check permissons!\n");
32+
printf("Check permissions!\n");
3333
*fname = alternative_names[i];
3434
*permProblem = true;
3535
return -1;

0 commit comments

Comments
 (0)