summaryrefslogtreecommitdiff
path: root/p11-kit/rpc-server.c
diff options
context:
space:
mode:
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 */