diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2023-05-22 21:14:09 +0300 |
---|---|---|
committer | Hannu Nyman <hannu.nyman@iki.fi> | 2023-05-22 21:18:24 +0300 |
commit | c0478f0a45b615a017bd5646746e4afbb9d3a22c (patch) | |
tree | b92c1bbc9e5d16ed74ed46ace769ca8615e4948c /applications/luci-app-samba4/htdocs/luci-static/resources/view | |
parent | 8a2ace10d6f59a4afc388ffbe2076cda10bf49c9 (diff) |
luci-app-samba4: fix typo
Fix typo forceing/forcing
Originally spotted and suggested in #6398 and 6399 by
Sreeram Ramakrishnan.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'applications/luci-app-samba4/htdocs/luci-static/resources/view')
-rw-r--r-- | applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js b/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js index a0b31cb30a..cc0d940473 100644 --- a/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js +++ b/applications/luci-app-samba4/htdocs/luci-static/resources/view/samba4.js @@ -59,7 +59,7 @@ return view.extend({ Not recommend if multiple clients write to the same files, at the same time!')); s.taboption('general', form.Flag, 'disable_async_io', _('Force synchronous I/O'), - _('On lower-end devices may increase speeds, by forceing synchronous I/O instead of the default asynchronous.')); + _('On lower-end devices may increase speeds, by forcing synchronous I/O instead of the default asynchronous.')); s.taboption('general', form.Flag, 'macos', _('Enable macOS compatible shares'), _('Enables Apple\'s AAPL extension globally and adds macOS compatibility options to all shares.')); |