Fix various misspellings.

Forwarded: no

Gbp-Pq: Name 0003-misspellings.patch
This commit is contained in:
Alessio Treglia 2022-05-14 00:34:59 +08:00 committed by openKylinBot
parent 56dfc23b52
commit fd7b29d65c
4 changed files with 4 additions and 4 deletions

View File

@ -76,7 +76,7 @@ char *decode_ctype(quadlet_t command)
return "NOTIFY";
if (resp == AVC1394_CTYPE_GENERAL_INQUIRY)
return "GENERAL INQUIRY";
return "UNKOWN CTYPE";
return "UNKNOWN CTYPE";
}
int avc_fcp_handler(raw1394handle_t handle, nodeid_t nodeid, int response,

View File

@ -100,7 +100,7 @@ int main (int argc, char *argv[])
{
if (!errno)
{
fprintf(stderr, "Not Compatable!\n");
fprintf(stderr, "Not Compatible!\n");
} else {
perror("Couldn't get 1394 handle");
fprintf(stderr, "Is ieee1394, driver, and raw1394 loaded?\n");

View File

@ -282,7 +282,7 @@ int main (int argc, char *argv[])
if (!handle) {
if (!errno) {
fprintf(stderr, "Not Compatable!\n");
fprintf(stderr, "Not Compatible!\n");
} else {
perror("Could not get 1394 handle");
fprintf(stderr, "Is ieee1394, driver, and raw1394 loaded?\n");

View File

@ -43,7 +43,7 @@ int main (int argc, char *argv[])
#endif
if (!handle) {
if (!errno) {
printf("Not Compatable!\n");
printf("Not Compatible!\n");
} else {
printf("\ncouldn't get handle\n");
printf("Not Loaded!\n");