From 49a99994f2779f145ff16a68ab00733dd75f42b9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 13 Sep 2021 23:05:42 +0200 Subject: fixup another typo amout => amount --- docs/FAQ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/FAQ b/docs/FAQ index 5cd297cf7..586f276f4 100644 --- a/docs/FAQ +++ b/docs/FAQ @@ -1533,7 +1533,7 @@ FAQ Some the most important properties in curl are maintaining the API and ABI for libcurl and keeping the behavior for the command line tool. As long as we can do that, everything else is up for discussion. To maintain the ABI, we - probably have to maintain a certain amout of code in C, and to remain rock + probably have to maintain a certain amount of code in C, and to remain rock stable, we will never risk anything by rewriting a lot of things in one go. That said, we can certainly offer more and more optional backends written in other languages, as long as those backends can be plugged in at build-time. -- cgit v1.2.1