X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/7941245122dc547952e573b2c5e8fd7bc657f257..d90ef9aa2f97a5f8b5fd2cf0bd9564025d069f6e:/LUFA/DoxygenPages/ConfiguringApps.txt?ds=sidebyside diff --git a/LUFA/DoxygenPages/ConfiguringApps.txt b/LUFA/DoxygenPages/ConfiguringApps.txt index 171198e4e..fe0b7caac 100644 --- a/LUFA/DoxygenPages/ConfiguringApps.txt +++ b/LUFA/DoxygenPages/ConfiguringApps.txt @@ -91,7 +91,7 @@ * \subsection SSec_ConfiguringApps_LUFA_PATH The LUFA_PATH Parameter * As each LUFA program requires the LUFA library source code to compile correctly, the application must know where the LUFA library is located. This * value specifies the path to the LUFA library core. This path may be relative or absolute, however note than even under Windows based systems the - * forward-slash (/) path seperator must be used. + * forward-slash (/) path separator must be used. * * \subsection SSec_ConfiguringApps_CC_FLAGS The CC_FLAGS Parameter * This parameter lists the compiler flags passed to the C/C++ compiler, the assembler and the linker. These are used as-is directly to GCC and thus