From fa16e517a3bcc15818d0813993693e1c92ce6c76 Mon Sep 17 00:00:00 2001 From: RichardScottOZ Date: Thu, 12 Feb 2026 18:26:25 +1030 Subject: [PATCH] server : fix typo in README.md for features list (#19510) extra l for full --- tools/server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/server/README.md b/tools/server/README.md index d132830171..0b56ca1e27 100644 --- a/tools/server/README.md +++ b/tools/server/README.md @@ -19,7 +19,7 @@ Set of LLM REST APIs and a web UI to interact with llama.cpp. * Speculative decoding * Easy-to-use web UI -For the ful list of features, please refer to [server's changelog](https://github.com/ggml-org/llama.cpp/issues/9291) +For the full list of features, please refer to [server's changelog](https://github.com/ggml-org/llama.cpp/issues/9291) ## Usage