From f7c4d099f284d99cd7d5bcb2dbe2b8e6943c6ee1 Mon Sep 17 00:00:00 2001 From: Kaspar Schleiser Date: Wed, 23 Oct 2019 21:23:14 +0200 Subject: [PATCH] examples/ndn-ping: fix typos --- examples/ndn-ping/ndn_ping.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/ndn-ping/ndn_ping.c b/examples/ndn-ping/ndn_ping.c index 5106aa7079..cf61721d3c 100644 --- a/examples/ndn-ping/ndn_ping.c +++ b/examples/ndn-ping/ndn_ping.c @@ -11,7 +11,7 @@ * @{ * * @file - * @brief NDN ping client and server implemetation + * @brief NDN ping client and server implementation * * @author Wentao Shang *