From 640cd51bb5de0658ad832de774d689b44c6f9a39 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 18 Mar 2010 21:49:02 +0000 Subject: [PATCH] typo SVN revision: 47331 --- legacy/evas/doc/evas.dox.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/legacy/evas/doc/evas.dox.in b/legacy/evas/doc/evas.dox.in index 774494c112..7247c9a7b7 100644 --- a/legacy/evas/doc/evas.dox.in +++ b/legacy/evas/doc/evas.dox.in @@ -198,11 +198,11 @@ but does very little high-level logic such as scrollbars, sliders, push buttons etc. -@section compiling How to compile using Evas? +@section compiling How to compile using Evas ? -Evas is a library your application links to. The proceedure for this is very +Evas is a library your application links to. The procedure for this is very simple. You simply have to compile your application with the appropriate -compiler flags that the @p evas-config script outputs. For example: +compiler flags that the @p pkg-config script outputs. For example: Compiling C or C++ files into object files: