test-tool/1120_persistent_register_simple.c: Spelling fix

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
This commit is contained in:
Bart Van Assche
2013-09-20 20:40:28 +02:00
committed by Ronnie Sahlberg
parent 657a7a4f7f
commit 31f40b2e53

View File

@@ -39,7 +39,7 @@ int T1120_persistent_register_simple(const char *initiator, const char *url)
printf("1, Register with a target using REGISTER_AND_IGNORE.\n");
printf("2, Make sure READ_KEYS sees the registration.\n");
printf("3, Make sure we cannot REGISTER again\n");
printf("4, Remove the registraion using REGISTER\n");
printf("4, Remove the registration using REGISTER\n");
printf("5, Make sure READ_KEYS shows the registration is gone.\n");
printf("\n");
return 0;