diff options
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 99e9edb69b..9cc7ad134a 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -25,7 +25,7 @@ | |||
| 25 | <para> | 25 | <para> |
| 26 | In most cases inheriting the class is enough to enable its features, although | 26 | In most cases inheriting the class is enough to enable its features, although |
| 27 | for some classes you might need to set variables or override some of the | 27 | for some classes you might need to set variables or override some of the |
| 28 | default behaviour. | 28 | default behavior. |
| 29 | </para> | 29 | </para> |
| 30 | 30 | ||
| 31 | <para> | 31 | <para> |
| @@ -252,7 +252,7 @@ | |||
| 252 | Recipes for Python extensions are simple. | 252 | Recipes for Python extensions are simple. |
| 253 | These recipes usually only need to point to the source's archive and then inherit | 253 | These recipes usually only need to point to the source's archive and then inherit |
| 254 | the proper <filename>.bbclass</filename> file. | 254 | the proper <filename>.bbclass</filename> file. |
| 255 | Building is split into two methods dependling on which method the module authors used. | 255 | Building is split into two methods depending on which method the module authors used. |
| 256 | <itemizedlist> | 256 | <itemizedlist> |
| 257 | <listitem><para>Extensions that use an Autotools-based build system | 257 | <listitem><para>Extensions that use an Autotools-based build system |
| 258 | require Autotools and | 258 | require Autotools and |
| @@ -508,7 +508,7 @@ | |||
| 508 | <listitem><para><emphasis><filename>la:</filename></emphasis> | 508 | <listitem><para><emphasis><filename>la:</filename></emphasis> |
| 509 | Checks <filename>.la</filename> files for any <filename>TMPDIR</filename> | 509 | Checks <filename>.la</filename> files for any <filename>TMPDIR</filename> |
| 510 | paths. | 510 | paths. |
| 511 | Any <filename>.la</filename> file continaing these paths is incorrect since | 511 | Any <filename>.la</filename> file containing these paths is incorrect since |
| 512 | <filename>libtool</filename> adds the correct sysroot prefix when using the | 512 | <filename>libtool</filename> adds the correct sysroot prefix when using the |
| 513 | files automatically itself.</para></listitem> | 513 | files automatically itself.</para></listitem> |
| 514 | <listitem><para><emphasis><filename>desktop:</filename></emphasis> | 514 | <listitem><para><emphasis><filename>desktop:</filename></emphasis> |
