summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-09-13 23:05:42 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-09-13 23:05:42 +0200
commit49a99994f2779f145ff16a68ab00733dd75f42b9 (patch)
treefc4b5c7777244ed7c93d9b9a6221c9d328845c05
parent27c965d86d8cb2d37cdadadb2d8f561510e00fa6 (diff)
downloadcurl-bagder/faq-dev.tar.gz
fixup another typo amout => amountbagder/faq-dev
-rw-r--r--docs/FAQ2
1 files changed, 1 insertions, 1 deletions
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.