Skip to content

Commit a462bb8

Browse files
authored
Fix spelling (#8468)
1 parent 8fb1e0f commit a462bb8

File tree

15 files changed

+28
-28
lines changed

15 files changed

+28
-28
lines changed

builds/install/arch-specific/freebsd/freebsdLibrary.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ changeInitRunUser() {
181181

182182
#------------------------------------------------------------------------
183183
# installInitdScript
184-
# Everbody stores this one in a seperate location, so there is a bit of
184+
# Everybody stores this one in a separate location, so there is a bit of
185185
# running around to actually get it for each packager.
186186
# Update rcX.d with Firebird initd entries
187187
# initd script for SuSE >= 7.2 is a part of RPM package

builds/install/arch-specific/hpux/super/postInstall.sh.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ changeDBAPassword() {
252252

253253
#------------------------------------------------------------------------
254254
# installInitdScript
255-
# Everbody stores this one in a seperate location, so there is a bit of
255+
# Everybody stores this one in a separate location, so there is a bit of
256256
# running around to actually get it for each packager.
257257
# Update rcX.d with Firebird initd entries
258258
# initd script for SuSE >= 7.2 is a part of RPM package
@@ -365,10 +365,10 @@ createLinksForBackCompatibility() {
365365
# These two links are required for compatibility with existing ib programs
366366
# If the program had been linked with libgds.so then this link is required
367367
# to ensure it loads the fb equivalent. Eventually these should be
368-
# optional and in a seperate rpm install. MOD 7-Nov-2002.
368+
# optional and in a separate rpm install. MOD 7-Nov-2002.
369369

370370

371-
# Althhough classic has two options for libgds.so super server has only
371+
# Although classic has two options for libgds.so super server has only
372372
# one:
373373
# 1) The multithreaded client only libfbclient.so
374374
# MOD 23-Dec-2003

builds/install/arch-specific/linux/linuxLibrary.sh.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ createNewPassword() {
270270

271271
#------------------------------------------------------------------------
272272
# installInitdScript
273-
# Everbody stores this one in a seperate location, so there is a bit of
273+
# Everybody stores this one in a separate location, so there is a bit of
274274
# running around to actually get it for each packager.
275275
# Update rcX.d with Firebird initd entries
276276
# initd script for SuSE >= 7.2 is a part of RPM package

doc/README.build.posix.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ <h1>
530530
</h1>
531531
<p>
532532
This section lists platforms, compilers, and compiler options where
533-
Firebird has been succesfully tested. Optional flags for
533+
Firebird has been successfully tested. Optional flags for
534534
enthusiasts are provided.
535535
</p>
536536
<p>
@@ -702,7 +702,7 @@ <h2>
702702
Autoconf Environment Variables for AIX
703703
</p>
704704
<p>
705-
This configuration was also succesfully tested against AIX 5.3.
705+
This configuration was also successfully tested against AIX 5.3.
706706
</p>
707707
<p>
708708
Compiler version was XL C++ compiler, version 10.1.
@@ -764,7 +764,7 @@ <h2>
764764
the latest and last release of the aCC compiler on PA-RISC</i></b>.
765765
</p>
766766
<p>
767-
This configuration was also succesfully tested using HP-UX 11iv2.
767+
This configuration was also successfully tested using HP-UX 11iv2.
768768
</p>
769769
<h2>
770770
<a name="linux1" id="linux1">4.4 Linux on 64-bit AMD64, GNU C++

doc/README.makefiles

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ COPYRIGHT: All rights retained by authors.
1111
OVERVIEW
1212

1313
The new makefiles were created to fit in with autoconf, to place the object
14-
files in seperate directories to the source files and to simplify the build
14+
files in separate directories to the source files and to simplify the build
1515
process.
1616

1717
It really does rely on using gnu make so that is the best version to use.

examples/api/api1.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ int main (int argc, char** argv)
121121

122122
/*
123123
* Print the status, the SQLCODE, and exit.
124-
* Also, indicate which operation the error occured on.
124+
* Also, indicate which operation the error occurred on.
125125
*/
126126
int pr_error (long* status, char* operation)
127127
{

examples/dyn/dyn1.e

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ int main(int argc, char** argv)
129129

130130
/*
131131
* Print the status, the SQLCODE, and exit.
132-
* Also, indicate which operation the error occured on.
132+
* Also, indicate which operation the error occurred on.
133133
*/
134134
void pr_error(char* operation)
135135
{

src/dsql/pass1.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1671,7 +1671,7 @@ static ValueExprNode* pass1_make_derived_field(thread_db* tdbb, DsqlCompilerScra
16711671
// Aggregate's have map on top.
16721672
ValueExprNode* derived_field = pass1_make_derived_field(tdbb, dsqlScratch, mapNode->map->map_node);
16731673

1674-
// If we had succesfully made a derived field node change it with orginal map.
1674+
// If we had successfully made a derived field node change it with original map.
16751675
if ((derivedField = nodeAs<DerivedFieldNode>(derived_field)))
16761676
{
16771677
derivedField->value = select_item;

src/intl/lc_narrow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ static SSHORT old_fam2_compare(texttype* obj, ULONG l1, const BYTE* s1,
718718

719719
/*
720720
* Debugging only
721-
* Routine used for comparing results from comparision algorithm
721+
* Routine used for comparing results from comparison algorithm
722722
* to results from key creation algorithm
723723
*/
724724
static SSHORT fam2_compare(texttype* obj, ULONG l1, const BYTE* s1,

src/intl/lc_narrow.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
#define TEXTTYPE_reverse_secondary 0x001 // Reverse order of secondary keys
2626
#define TEXTTYPE_ignore_specials 0x002 // Do not put special values in keys
2727
#define TEXTTYPE_expand_before 0x004 // Expansion weights before litagure
28-
#define TEXTTYPE_secondary_insensitive 0x008 // Don't use secondary level for comparisions
29-
#define TEXTTYPE_tertiary_insensitive 0x010 // Don't use tertiary level for comparisions
28+
#define TEXTTYPE_secondary_insensitive 0x008 // Don't use secondary level for comparisons
29+
#define TEXTTYPE_tertiary_insensitive 0x010 // Don't use tertiary level for comparisons
3030
#define TEXTTYPE_non_multi_level 0x020 // Sortkey isn't more precise than equivalence class
3131
#define TEXTTYPE_specials_first 0x040 // Sort special characters in the primary level
3232
#define TEXTTYPE_disable_compressions 0x080 // Disable compression characters

0 commit comments

Comments
 (0)