From 5271661524c44d49e161e2ee04b7bc0c1f4a9809 Mon Sep 17 00:00:00 2001 From: René Korthaus Date: Tue, 18 Apr 2017 11:19:34 +0200 Subject: Fix typo in building.rst [ci skip] --- doc/manual/building.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/manual') diff --git a/doc/manual/building.rst b/doc/manual/building.rst index 804b421f0..73c3f46f4 100644 --- a/doc/manual/building.rst +++ b/doc/manual/building.rst @@ -266,7 +266,7 @@ To generate the amalgamation, run ``configure.py`` with whatever options you would ordinarily use, along with the option ``--amalgamation``. This will create two (rather large) files, ``botan_all.h`` and ``botan_all.cpp``, plus (unless the option -``--single-amalgmation-file`` is used) also some number of files like +``--single-amalgamation-file`` is used) also some number of files like ``botan_all_aesni.cpp`` and ``botan_all_sse2.cpp`` which need to be compiled with the appropriate compiler flags to enable that instruction set. The ISA specific files are only generated if there is -- cgit v1.2.3