diff options
Diffstat (limited to 'src/driver')
-rw-r--r-- | src/driver/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/main.c b/src/driver/main.c index 22c33779..6f758cfd 100644 --- a/src/driver/main.c +++ b/src/driver/main.c @@ -34,7 +34,7 @@ /* This program is a driver for the OpenAxiom core executable. It pretends to be the OpenAxiom interpreter when, in fact, the actual work is done by the Core Executable. It also occasionally masquerades - as the seesion manager. */ + as the session manager. */ #include <stdlib.h> |