mirror of git://sourceware.org/git/glibc.git
Fix spelling mistake "succsefully" -> "successfully"
There is a spelling mistake in a puts statement. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
parent
363bbdbd2a
commit
a1805753ac
|
|
@ -75,7 +75,7 @@ do_test (void)
|
||||||
exit (1);
|
exit (1);
|
||||||
}
|
}
|
||||||
|
|
||||||
puts ("join returned succsefully");
|
puts ("join returned successfully");
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue