branch: externals/vlf
commit cc02f2533782d6b9b628cec7e2dcf25b2d05a27c
Author: Damien Cassou <[email protected]>
Commit: Andrey Kotlarski <[email protected]>
Fix typos
Typos found with codespell.
---
vlf-tune.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlf-tune.el b/vlf-tune.el
index 40dfe04..d15a105 100644
--- a/vlf-tune.el
+++ b/vlf-tune.el
@@ -387,7 +387,7 @@ Optimize over TYPES up to MAX-IDX."
(defun vlf-tune-batch (types &optional linear file)
"Adjust `vlf-batch-size' to optimal value optimizing on TYPES.
TYPES is alist of elements that may be of form (type coef) or
-non list values in which case coeficient is assumed 1.
+non list values in which case coefficient is assumed 1.
Types can be :insert, :raw, :encode, :write, :hexl or :dehexlify.
If LINEAR is non nil, use brute-force. In case requested measurement
is missing, stop search and set `vlf-batch-size' to this value.