]> git.lyx.org Git - features.git/commitdiff
fix stupid typo
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 6 Apr 2001 13:32:46 +0000 (13:32 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Fri, 6 Apr 2001 13:32:46 +0000 (13:32 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1906 a592a061-630c-0410-9148-cb99ea01b6c8

src/ChangeLog
src/lyx_main.C
src/lyx_main.h

index 727ae6d486fd6e20a2530c36ca985f1a949fc0b2..65056036f8615d927730e3c6b8d6f2b3afa017b7 100644 (file)
@@ -1,3 +1,8 @@
+2001-04-06  Jean-Marc Lasgouttes  <Jean-Marc.Lasgouttes@inria.fr>
+
+       * lyx_main.h: 
+       * lyx_main.C (ReadLanguagesFile): fix weird typo in method name 
+
 2001-04-06  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * tabular.[Ch] (getLabelList): implement new method
index e0bd0a65de48e500a8eaacfb36eef3d3743bdd13..17b1ea260f46b97258153c25901fe11f1dd0c6b7 100644 (file)
@@ -417,7 +417,7 @@ void LyX::init(int */*argc*/, char **argv, bool gui)
        // Read encodings
        ReadEncodingsFile("encodings");
        // Read languages
-       ReadLangugesFile("languages");
+       ReadLanguagesFile("languages");
 
        // Load the layouts
        lyxerr[Debug::INIT] << "Reading layouts..." << endl;
@@ -663,7 +663,7 @@ void LyX::ReadUIFile(string const & name)
 
 
 // Read the languages file `name'
-void LyX::ReadLangugesFile(string const & name)
+void LyX::ReadLanguagesFile(string const & name)
 {
        lyxerr[Debug::INIT] << "About to read " << name << "..." << endl;
 
index e6e1a1e01cc3e09102883513e88597883cd9237f..5445d944d8d8d7b5993b8ccccd8e47b744dec8e2 100644 (file)
@@ -75,7 +75,7 @@ private:
        /// Read the ui file `name'
        void ReadUIFile(string const & name);
        /// Read the languages file `name'
-       void ReadLangugesFile(string const & name);
+       void ReadLanguagesFile(string const & name);
        /// Read the encodings file `name'
        void ReadEncodingsFile(string const & name);
         ///