docs: fix 'gressful' misspelling to 'graceful' in libs/clipboard/README.md (#15713)

Co-authored-by: pi <pi@m2.local>
This commit is contained in:
lunar-me
2026-07-30 14:32:23 +12:00
committed by GitHub
parent 72c052cb9a
commit 8545b5ed98

View File

@@ -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.