From 9faaeffdbd6f25443e8b1c31e15f7aa9e0d1f964 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Fri, 29 Dec 2017 23:58:05 +0000 Subject: [PATCH] examples: fix typo --- share/examples/sunrpc/msg/msg_proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/examples/sunrpc/msg/msg_proc.c b/share/examples/sunrpc/msg/msg_proc.c index ed088839e52a..45ffe7cc1153 100644 --- a/share/examples/sunrpc/msg/msg_proc.c +++ b/share/examples/sunrpc/msg/msg_proc.c @@ -9,7 +9,7 @@ #include "msg.h" /* need this too: msg.h will be generated by rpcgen */ /* - * Remote verson of "printmessage" + * Remote version of "printmessage" */ int * printmessage_1(msg)