X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT610-message-property.sh;fp=test%2FT610-message-property.sh;h=d0e52f4ac46cbb481b76197682f43ecb3adce728;hp=b87742305f506627421c5a577bfff0fe5ab13e36;hb=6c84dee53193a78cf797b44d3febcc14488ea6b1;hpb=df3fab18fe70ea750f6f06da30291c67de7e74f2 diff --git a/test/T610-message-property.sh b/test/T610-message-property.sh index b8774230..d0e52f4a 100755 --- a/test/T610-message-property.sh +++ b/test/T610-message-property.sh @@ -65,7 +65,7 @@ cat c_head - c_tail <<'EOF' | test_C ${MAIL_DIR} EXPECT0(notmuch_message_get_property (message, "testkey2", &val)); printf("testkey2 = %s\n", val); - /* remove non-existant value for key */ + /* remove non-existent value for key */ EXPECT0(notmuch_message_remove_property (message, "testkey2", "this value has spaces and = sign")); EXPECT0(notmuch_message_get_property (message, "testkey2", &val)); printf("testkey2 = %s\n", val);