35
35
facilities provided by the host operating system. The class provides
36
36
functions to determine if the file at a given path is a loadable module,
37
37
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.
39
39
40
40
All implementations of this interface are expected to provide definitions
41
41
for the 3 static functions in the ModuleLoader class, and provide a
@@ -55,7 +55,7 @@ class ModuleLoader
55
55
class Module
56
56
{
57
57
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
59
59
memory, and returns a pointer to that symbol's location in memory.
60
60
If the symbol can't be found or doesn't exist the function returns
61
61
NULL.
@@ -99,12 +99,12 @@ class ModuleLoader
99
99
static Module* loadModule (ISC_STATUS* status, const Firebird::PathName&);
100
100
101
101
/* * 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
104
104
host operating system. This process can take several iterations before final
105
105
form of name is reached.
106
106
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 .
108
108
Initialize step to zero before use.
109
109
Return false if no name modification can be done anymore.
110
110
**/
0 commit comments