[oe-commits] org.oe.documentation usermanual: Fix some typos in the helloworld example. Closes #2681.

lenehan commit openembedded-commits at lists.openembedded.org
Wed Jul 25 10:47:11 UTC 2007


usermanual: Fix some typos in the helloworld example. Closes #2681.

Author: lenehan at openembedded.org
Branch: org.openembedded.documentation
Revision: a345293c1e1d325c7d86ed713f89778c64f62735
ViewMTN: http://monotone.openembedded.org/revision.psp?id=a345293c1e1d325c7d86ed713f89778c64f62735
Files:
1
usermanual/chapters/recipes.xml
Diffs:

#
# mt diff -r8f84607805932a882e3dcd2ddd5a36a028187952 -ra345293c1e1d325c7d86ed713f89778c64f62735
#
# 
# 
# patch "usermanual/chapters/recipes.xml"
#  from [d2d81e6527f26204a69db96f411f62e0765c6ffc]
#    to [c31a6738c189cdfb3c67e544fb9e2fb15ac3485e]
# 
============================================================
--- usermanual/chapters/recipes.xml	d2d81e6527f26204a69db96f411f62e0765c6ffc
+++ usermanual/chapters/recipes.xml	c31a6738c189cdfb3c67e544fb9e2fb15ac3485e
@@ -1082,8 +1082,8 @@ ${FILE_DIRNAME}/${PN}:${FILE_DIRNAME}/fi
       <para>First we'll create the myhelloworld.c file and a readme file.
       We'll place this in the files subdirectory, which is one of the places
       that is searched for file:// URI's:<screen>mkdir packages/myhelloworld
-mkdir pacakges/myhelloworld/files
-cat &gt; pacakges/myhelloworld/files/myhelloworld.c
+mkdir packages/myhelloworld/files
+cat &gt; packages/myhelloworld/files/myhelloworld.c
 #include &lt;stdio.h&gt;
 
 int main(int argc, char** argv)
@@ -1092,7 +1092,7 @@ int main(int argc, char** argv)
         return 0;
 }
 ^D
-cat &gt; pacakges/myhelloworld/files/README.txt
+cat &gt; packages/myhelloworld/files/README.txt
 Readme file for myhelloworld.
 ^D</screen></para>
 






More information about the Openembedded-commits mailing list