From 052d5a024c9fe4ee9c4e5d9ed0627e824abffc98 Mon Sep 17 00:00:00 2001
From: Lionel Gauthier <lionel.gauthier@eurecom.fr>
Date: Tue, 9 Dec 2014 14:00:44 +0000
Subject: [PATCH] typos

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@6206 818b1a75-f10b-46b9-bf7c-635c3b92a50f
---
 targets/README.txt | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/targets/README.txt b/targets/README.txt
index 4ed83b4af2..da2f1d4e4f 100644
--- a/targets/README.txt
+++ b/targets/README.txt
@@ -16,13 +16,13 @@ First, you must have all four openair SW directories, openair1, openair2, openai
 
         - ssh, python, python pexpect 
         - libblas and libblas-dev
-	- libconfig++8-dev
-	- libgtk-3-dev
-	- libpgm-5.1 and libpgm-5.1-dev for distributed simulation with reliable multicast transmport
+        - libconfig++8-dev
+        - libgtk-3-dev
+        - libpgm-5.1 and libpgm-5.1-dev for distributed simulation with reliable multicast transmport
         - libxml2 and libxml2-dev and gccxml
         - libforms-bin libforms-dev
-	- nettle-dev nettle-bin openssl libssl-dev
-	- libatlas-base-dev and libatlas-headers (for Ubuntu 11.04, libatlas-dev instead of libatlas-headers)
+        - nettle-dev nettle-bin openssl libssl-dev
+        - libatlas-base-dev and libatlas-headers (for Ubuntu 11.04, libatlas-dev instead of libatlas-headers)
         - asn1c and the LTE ASN1 files (for more information on how to install this and generate the required files see the README file in openair2/RRC/LITE/MESSAGES) 
 
 ----------------------------------------------------
@@ -37,13 +37,13 @@ The 3 folders have the following structures
 ----------------------------------------------------------------
 3)  How to use through a tutorial: run a simple experimentation
 ----------------------------------------------------------------
-1. Up to know you should have creted a directory: mkdir openair4G
+1. Up to know you should have created a directory: mkdir openair4G
 
 2. Check out the openair4G/trunk repository:  svn co https://svn.eurecom.fr/openairsvn/openair4G/trunk openair4G
 
 3. Now, please check the following:
    
-   - the env variables in .bashrc the following lines, and source them if necessaary :
+   - the env variables in .bashrc the following lines, and source them if necessary :
     set OPENAIR_HOME variable and export the following:
     export OPENAIR1_DIR=$OPENAIR_HOME/openair4G/openair1
     export OPENAIR2_DIR=$OPENAIR_HOME/openair4G/openair2
@@ -52,13 +52,13 @@ The 3 folders have the following structures
     export OPENAIR_TARGETS=$OPENAIR_HOME/openair4G/targets/
     
    - checkout and compile the asn1 messages 
-     follow the README.txt in OPENAIR2_DIR/RRC/LITE/MESSAGES to checkou the ASN.1 RRC messages
+     follow the README.txt in OPENAIR2_DIR/RRC/LITE/MESSAGES to checkout the ASN.1 RRC messages
      follow the OPENAIR2_DIR/RRC/LITE/MESSAGE/asn1c/asn1c/INSTALL to install the asn1c
      go back to $OPENAIR_TARGET and "make install" if you have not used the shell script to install asn1c 
    - cd $OPENAIR_TARGET/SIMU/USER, and make a sanity check by doing make pre-ci (require 15 minutes)
    - Check out simple examples in $OPENAIR_TARGET/SIMU/EXAMPLES 
 
-4. to automatically bring up the oai interfaces and configure the default radio beares (usefull when sending data traffic):
+4. to automatically bring up the oai interfaces and configure the default radio bearer (useful when sending data traffic):
    - add your username into the list of sudoers
      + edit /etc/sudoers as a super user 
      + after the line: # User privilege specification, add : user_name   ALL=(ALL:ALL) ALL
@@ -78,4 +78,4 @@ The 3 folders have the following structures
 5) OAI on virtual machine  
 ----------------------------------------------------------------
 	you may download the image using this URL: https://emu.openairinterface.org/openairlab/openairlab.zip
-	chekc that all the packges are there as some packages might be added later.
+	check that all the packages are there as some packages might be added later.
-- 
GitLab