summaryrefslogtreecommitdiff
path: root/p11-kit/rpc-server.c
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2018-12-29 08:09:50 +0100
committerDaiki Ueno <dueno@redhat.com>2018-12-29 08:09:50 +0100
commit95faa51a23fc416e718dbd740adfce31f642530b (patch)
treea83fd0465c5449041641fcd8ba23af3fc7c1653d /p11-kit/rpc-server.c
parent4ee6545d0188e495f195b7fe5abbe9cc382a626d (diff)
build: Fix typo spotted by codespell
Diffstat (limited to 'p11-kit/rpc-server.c')
-rw-r--r--p11-kit/rpc-server.c4
1 files changed, 2 insertions, 2 deletions
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 */