--- loncom/html/adm/help/tex/Developer_Tutorial.tex 2003/09/22 19:07:59 1.3 +++ loncom/html/adm/help/tex/Developer_Tutorial.tex 2004/05/14 14:56:59 1.4 @@ -33,7 +33,7 @@ for the log files, or make a symlink the \item LON-CAPA must be installed and running. \item \textbf{Perl}: You're going to need to know some or you will not understand the code. You don't need to be intimately familiar with the many hundreds -of libraries Perl has, though, which is much harder then learning +of libraries Perl has, though, which is much harder than learning the language. \item Knowledge of the Apache server is not required for this tutorial, but {}``real work'' may require more information then is given here. @@ -741,7 +741,7 @@ internationalized. ``Internationalizatio adding hooks to code to make it easy to ``localize''. ``Localizing'' a program means taking advantage of those hooks and create a file that describes to the LON-CAPA web system how to display LON-CAPA in a -language other then English. +language other than English. For more complete information about Internationalization and Localization, please refer to the Internationalization chapter. For