Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: safesetid: Fix spelling mistake "cant" -> "can't"

There is a spelling mistake in an error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Colin Ian King and committed by
Shuah Khan
7ce05074 a051b2e5

+1 -1
+1 -1
tools/testing/selftests/safesetid/safesetid-test.c
··· 152 152 153 153 fd = open(add_whitelist_policy_file, O_WRONLY); 154 154 if (fd < 0) 155 - die("cant open add_whitelist_policy file\n"); 155 + die("can't open add_whitelist_policy file\n"); 156 156 written = write(fd, policy_str, strlen(policy_str)); 157 157 if (written != strlen(policy_str)) { 158 158 if (written >= 0) {