]> rtime.felk.cvut.cz Git - omk/sssa.git/commitdiff
Fixed typos in documentation
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 28 Apr 2008 11:08:00 +0000 (11:08 +0000)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 28 Apr 2008 11:08:00 +0000 (11:08 +0000)
darcs-hash:20080428110810-f2ef6-a2130a2f8fc87e50ded24c1b129ecedd8744ef6e.gz

doc/omk-manual.texinfo

index c9c7bc768db6b7f45c519ccad7a1a85a76ac60a7..eef1e49f941105b3cb3ee7d34ac0cff18c8a8bd8 100644 (file)
@@ -405,7 +405,7 @@ In @file{Makefile.omk}, you specify several variables, which defines how
 the libraries should be compiled. In the example below the library
 @samp{mylib} (full filename will be @file{libmylib.a}) is created from
 two sources @file{funca.c} and @file{funcb.c}. Interface of this library
-is defined in @file{myfunc.h}. Therfore, we export this header for use
+is defined in @file{myfunc.h}. Therefore, we export this header for use
 by other programs.
 
 @example
@@ -416,7 +416,7 @@ by other programs.
 
 @defvar lib_LIBRARIES
   Specifies a list of statically linked libraries to be compiled. OMK
-  automaticvally prepends @code{lib} prefix library names.
+  automatically prepends @code{lib} prefix library names.
 @end defvar
 
 @defvar shared_LIBRARIES
@@ -899,7 +899,7 @@ in some particular @file{Makefile.rules}.
 @subsection Linux
 
 This @file{Makefile.rules} is used not only for Linux as the name
-sugest, but also for other Unices and even for Windows.
+suggests, but also for other Unices and even for Windows.
 
 @defvar BUILD_OS
   The name of the operating system (OS) where make was invoked.
@@ -923,7 +923,7 @@ sugest, but also for other Unices and even for Windows.
 @node System-Less, RTEMS, Linux, Properties of Specific Makefile.rules
 @subsection System-Less
 
-This @file{Makefile.rules} is deigned for compilation of code for
+This @file{Makefile.rules} is designed for compilation of code for
 (small) micro-controllers without operating systems. See
 @uref{http://rtime.felk.cvut.cz/hw/index.php/System-Less_Framework} for
 more information about our framework, which uses this rules.