From 95faa51a23fc416e718dbd740adfce31f642530b Mon Sep 17 00:00:00 2001 From: Daiki Ueno Date: Sat, 29 Dec 2018 08:09:50 +0100 Subject: build: Fix typo spotted by codespell --- p11-kit/rpc-server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'p11-kit/rpc-server.c') diff --git a/p11-kit/rpc-server.c b/p11-kit/rpc-server.c index 3216742..846ee94 100644 --- a/p11-kit/rpc-server.c +++ b/p11-kit/rpc-server.c @@ -238,7 +238,7 @@ proto_read_attribute_buffer (p11_rpc_message *msg, assert (n_result != NULL); assert (msg->input != NULL); - /* Make sure this is in the rigth order */ + /* Make sure this is in the right order */ assert (!msg->signature || p11_rpc_message_verify_part (msg, "fA")); /* Read the number of attributes */ @@ -292,7 +292,7 @@ proto_read_attribute_array (p11_rpc_message *msg, assert (n_result != NULL); assert (msg->input != NULL); - /* Make sure this is in the rigth order */ + /* Make sure this is in the right order */ assert (!msg->signature || p11_rpc_message_verify_part (msg, "aA")); /* Read the number of attributes */ -- cgit v1.1