3535 facilities provided by the host operating system. The class provides
3636 functions to determine if the file at a given path is a loadable module,
3737 to load that module, and to modify the filename in a way that is
38- appropiate to the host computer.
38+ appropriate to the host computer.
3939
4040 All implementations of this interface are expected to provide definitions
4141 for the 3 static functions in the ModuleLoader class, and provide a
@@ -55,7 +55,7 @@ class ModuleLoader
5555 class Module
5656 {
5757 public:
58- /* * findSymbol searchs through the module after it has been loaded into
58+ /* * findSymbol searches through the module after it has been loaded into
5959 memory, and returns a pointer to that symbol's location in memory.
6060 If the symbol can't be found or doesn't exist the function returns
6161 NULL.
@@ -99,12 +99,12 @@ class ModuleLoader
9999 static Module* loadModule (ISC_STATUS* status, const Firebird::PathName&);
100100
101101 /* * doctorModuleExtension modifies the given path name to add the platform
102- specific module extention . This allows the user to provide the root name
103- of the file, and the code to append the correct extention regardless of the
102+ specific module extension . This allows the user to provide the root name
103+ of the file, and the code to append the correct extension regardless of the
104104 host operating system. This process can take several iterations before final
105105 form of name is reached.
106106 This function is typically called after a failed attempt
107- to load the module without the extention .
107+ to load the module without the extension .
108108 Initialize step to zero before use.
109109 Return false if no name modification can be done anymore.
110110 **/
0 commit comments