Skip to content

Commit c1bd517

Browse files
committed
Fix typos
1 parent 295a087 commit c1bd517

File tree

5 files changed

+18
-18
lines changed

5 files changed

+18
-18
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ subdirectory.
5454
#### Configuring and Compiling the C part
5555

5656
You have to change your current working directory to the subdirectory
57-
FPLSA lives in. Starting from the `pkg` dirctory of your GAP
57+
FPLSA lives in. Starting from the `pkg` directory of your GAP
5858
installation, you can do this via this command (replace `X.Y` with
5959
the actual version):
6060

doc/manual.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ we refer to the ⪆ Reference Manual for more details.
2424
A finitely presented Lie algebra
2525
<A>K</A> can be constructed by <C><A>K</A> := <A>L</A>/<A>rels</A></C>, where <A>L</A> is a free Lie algebra
2626
and <A>rels</A> a list of elements of <A>L</A> that constitute the relations
27-
that hold in <A>K</A>. Given a finitle presented Lie algebra we want to calculate
27+
that hold in <A>K</A>. Given a finitely presented Lie algebra we want to calculate
2828
a basis and a multiplication table of it. The interface to the &FPLSA;
2929
package comes with two related functions for doing that.
3030
<P/>
@@ -78,7 +78,7 @@ finitely presented Lie algebra <A>K</A>.
7878
If the optional parameter <A>bound</A> is specified the computation will
7979
be carried out using monomials of degree at most <A>bound</A>.
8080
If <A>bound</A> is not specified, then it will initially be set to
81-
10000. If this does not suffice to calculate a multiplication tabel
81+
10000. If this does not suffice to calculate a multiplication table
8282
of the algebra, then the bound will be increased until a multiplication
8383
table is found.
8484

gap/fplsa.g

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -308,11 +308,11 @@ BindGlobal( "SCAlgebraInfoOfFpLieAlgebra",
308308
## If the optional parameter <bound> is specified the computation will
309309
## be carried out using monomials of degree at most <bound>.
310310
## If <bound> is not specified, then it will initially be set to
311-
## 10000. If this does not suffice to calculate a multiplication tabel
311+
## 10000. If this does not suffice to calculate a multiplication table
312312
## of the algebra, then the bound will be increased until a multiplication
313313
## table is found.
314314
##
315-
## If the computation was succesful a structure constants algebra
315+
## If the computation was successful a structure constants algebra
316316
## will be returned isomorphic to <K>. Otherwise `fail'
317317
## will be returned.
318318
##

src/README

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ fplsa4.ses - output file containing input and results in the
1212
fplsa4.gap - output in the form readable by GAP
1313

1414
The directory for input files can be set in fplsa4.ini.
15-
By default, the input files have extention *.in, i.e.,
16-
if your file has such extention you can omit the extention
17-
at the program run. If your file has no extention, you
15+
By default, the input files have extension *.in, i.e.,
16+
if your file has such extension you can omit the extension
17+
at the program run. If your file has no extension, you
1818
must add the dot to its name.
1919

2020
Normally input looks like this:
@@ -34,7 +34,7 @@ you can write between X and : everything what you want
3434
any place (this comment you can use in fplsa4.ini also).
3535
You can omit any above item except of Generators, because
3636
without generators the task looses any sense.
37-
If you omit Weghts, the program sets all them = 1.
37+
If you omit Weights, the program sets all them = 1.
3838
If you omit Limiting weight, the program asks for it.
3939
If you omit relations, the program computes free algebra
4040
(infinite-dimensional in most cases).
@@ -47,8 +47,8 @@ standard bracket notation. As a multiplication sign the blank " "
4747
(parametric) polynomials the sign "^" is used before degree.
4848
You can use in input relations fractions as coefficients
4949
(The program removes denominators itself)
50-
If you type the name of inexisting file, the program can
51-
constract it in the process of dialogue.BTW, to compute
50+
If you type the name of a nonexistent file, the program can
51+
construct it in the process of dialogue. BTW, to compute
5252
algebras with parameters remains still too dangerous, !!!
5353
because work with them uses some rather complicated functions
5454
(such as multivariate polynomial GCD), which were not yet
@@ -77,7 +77,7 @@ if they are there) the following constants (I'll omit #define before them):
7777
GNU - 32bit compiler if set on, otherwise 16bit. You have to keep
7878
it on all the time
7979
SPACE_STATISTICS - computes and prints the maximum space used.
80-
This computation does not take too much time, so it can be on everytime.
80+
This computation does not take too much time, so it can be on every time.
8181
INTEGER_ALLOCATION_CHECK - controls allocation of heap memory for big
8282
integers. You have to set it on in the case of unclear program crash.
8383
POLY_ARRAY_ALLOCATION_CHECK - controls allocation in stack of working arrays
@@ -91,7 +91,7 @@ ECHO_TO_SCREEN - prints to the screen everything the program writes
9191
program requests for name of file and limiting weight,
9292
so you have to set file name in command line and limiting
9393
weight in input file (or guess when to type them).
94-
DEBUG, MEMORY, D_* - set on debugging and checking possible memory losts,
94+
DEBUG, MEMORY, D_* - set on debugging and checking possible memory lost,
9595
too difficult to explain how to use these abilities. They are useful
9696
rather for me.
9797
LEFT_COMMENT, RIGHT_COMMENT, SUBSCRIPT_INPUT_SIGN, ODD_GENERATOR_INPUT_SIGN
@@ -104,7 +104,7 @@ GAP_NAME_SIZE - maximum length of GAP variable (like FPLSA.algebra etc.)
104104
i.e., maximum name length should be 63.
105105
GAP_WIDTH - width of page in the *.gap file. Currently it is 79 to
106106
keep right margin visible.
107-
There are also other constants and macrodefinitions, but they are useful for
107+
There are also other constants and macro definitions, but they are useful for
108108
me only.
109109
Of course, you can organize the control of compilation via UNIX "make" file,
110110
but I don't know how to "make" such files. As to me, they only muddle
@@ -120,7 +120,7 @@ Determining text: value
120120
Value can be either Boolean constant (Yes, No), or decimal number
121121
or text string.
122122
Determining text has essential initial part sufficient to separate
123-
alternatives. Within this part you have to remain everithing including
123+
alternatives. Within this part you have to remain everything including
124124
blanks as it is.
125125

126126
Crude time: - The GNU C uses one 32bit word to count clock ticks.

src/fplsa4.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#define SPACE_STATISTICS /* Space statistics ?? */
3636
//#define INTEGER_MAX_SIZE /* Multiprecision number maximum size ?? */
3737
//#define INTEGER_ALLOCATION_CHECK /* Control of integer allocations ?? */
38-
//#define POLY_ARRAY_ALLOCATION_CHECK /* Control of allocations of ?? plynomial arrays in stack */
38+
//#define POLY_ARRAY_ALLOCATION_CHECK /* Control of allocations of ?? polynomial arrays in stack */
3939

4040
/* GAP output ?? */
4141
/* Avoid message file, session file, */
@@ -2195,14 +2195,14 @@ OUT_NEW_JACOBI_RELATION /*-------------------------------------------*/
21952195
}
21962196
/*=ReduceRelations=====================================================
21972197
Reduce the system of relations starting from Ith one. For further
2198-
differentiations returns lowest new positon (or starting one int).
2198+
differentiations returns lowest new position (or starting one int).
21992199
*/
22002200
int ReduceRelations(int i)
22012201
{
22022202
int i_min, j, lordj, lordl, min_gen, lmoni, k, l, m;
22032203
uint ai, aj;
22042204
i_min = i;
2205-
do /* While relations with new leading monomialsls arise */
2205+
do /* While relations with new leading monomials arise */
22062206
if(RELATION_TO_BE_SUBSTITUTED(i))
22072207
{
22082208
IN_REDUCE_RELATIONS /*----------------------------------------------*/

0 commit comments

Comments
 (0)