From 8545b5ed9829b06e25f884adda3b5578694e2903 Mon Sep 17 00:00:00 2001 From: lunar-me Date: Thu, 30 Jul 2026 14:32:23 +1200 Subject: [PATCH] docs: fix 'gressful' misspelling to 'graceful' in libs/clipboard/README.md (#15713) Co-authored-by: pi --- libs/clipboard/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/clipboard/README.md b/libs/clipboard/README.md index ec08cbf04..ee3d31ae2 100644 --- a/libs/clipboard/README.md +++ b/libs/clipboard/README.md @@ -151,7 +151,7 @@ the FUSE server will figure out the file system tree and rearrange its content. - you may notice the mountpoint is still occupied after the application quits. That's because the FUSE server was not mounted with `AUTO_UNMOUNT`. - - It's hard to implement gressful shutdown for a multi-processed program + - It's hard to implement graceful shutdown for a multi-processed program - `AUTO_UNMOUNT` was not enabled by default and requires enable `user_allow_other` in configure. Letting users edit such global configuration to use this feature might not be a good idea.