X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/f2d7f6f67485aab42f4be5d99e391e16beaed6f1..25224aae7eb85d2c502dc756139d38df2c6572db:/LUFA/DoxygenPages/BuildingLinkableLibraries.txt diff --git a/LUFA/DoxygenPages/BuildingLinkableLibraries.txt b/LUFA/DoxygenPages/BuildingLinkableLibraries.txt index e5782df9f..cbbae4b8e 100644 --- a/LUFA/DoxygenPages/BuildingLinkableLibraries.txt +++ b/LUFA/DoxygenPages/BuildingLinkableLibraries.txt @@ -6,7 +6,7 @@ /** \page Page_BuildLibrary Building as a Linkable Library * - * The LUFA library can be built as a proper linkable library (with the extention .a) under AVR-GCC, so that + * The LUFA library can be built as a proper linkable library (with the extension .a) under AVR-GCC, so that * the library does not need to be recompiled with each revision of a user project. Instructions for creating * a library from a given source tree can be found in the AVR-GCC user manual included in the WinAVR install * /Docs/ directory.