From da0b28624b95be449220b9ab69b136023702fa72 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Tue, 11 Aug 2020 22:15:36 +0200 Subject: [PATCH] examples: fix typo Signed-off-by: Jakub Wilk --- examples/cat_multithread.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cat_multithread.c b/examples/cat_multithread.c index 3a53841a..ec899060 100644 --- a/examples/cat_multithread.c +++ b/examples/cat_multithread.c @@ -17,7 +17,7 @@ */ /* - * File: examples/cat_mulithread.c + * File: examples/cat_multithread.c * * An example program which opens a file inside a root and outputs its contents * using libpathrs.