From 8157b4d9b9f13449f4750f1ef40f9f20a2242eec Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Mon, 27 Nov 2017 05:23:20 -0500 Subject: Spelling (#223) Fix spelling errors --- example/notify_store_retrieve.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example') diff --git a/example/notify_store_retrieve.c b/example/notify_store_retrieve.c index 7305ef9..8fd81ff 100644 --- a/example/notify_store_retrieve.c +++ b/example/notify_store_retrieve.c @@ -312,7 +312,7 @@ static void* update_fs_loop(void *data) { bufv.buf[0].mem = file_contents; bufv.buf[0].flags = 0; - /* This shouldn't fail, but apparenly it sometimes + /* This shouldn't fail, but apparently it sometimes does - see https://github.com/libfuse/libfuse/issues/105 */ ret = fuse_lowlevel_notify_store(se, FILE_INO, 0, &bufv, 0); if (-ret == ENODEV) { -- cgit v1.2.3