Skip to content

Commit 456d81b

Browse files
authored
Merge pull request #2 from vax-r/Fix_typo
Fix typo
2 parents db5305f + 168b6e6 commit 456d81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ int main()
3939
}
4040
}
4141

42-
printf("Soring %s!\n", pass ? "succeeded" : "failed");
42+
printf("Sorting %s!\n", pass ? "succeeded" : "failed");
4343

4444
error:
4545
free(inbuf);

0 commit comments

Comments
 (0)