diff options
author | Marc Delisle <marc@infomarc.info> | 2015-10-01 10:37:45 -0400 |
---|---|---|
committer | Marc Delisle <marc@infomarc.info> | 2015-10-01 10:37:45 -0400 |
commit | 07d4602128b7bcdceafa0e473d5665c987376f7f (patch) | |
tree | 2612db47bf5019b18d23644dee878e05bf764d98 /src | |
parent | 2f5d2daabbf7057141a97a69936ff217df6085f6 (diff) | |
download | sql-parser-07d4602128b7bcdceafa0e473d5665c987376f7f.zip sql-parser-07d4602128b7bcdceafa0e473d5665c987376f7f.tar.gz sql-parser-07d4602128b7bcdceafa0e473d5665c987376f7f.tar.bz2 |
Fix typo
Signed-off-by: Marc Delisle <marc@infomarc.info>
Diffstat (limited to 'src')
-rw-r--r-- | src/Context.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Context.php b/src/Context.php index 5cbf6a1..40cd934 100644 --- a/src/Context.php +++ b/src/Context.php @@ -524,5 +524,5 @@ abstract class Context } } -// Initialing the default context. +// Initializing the default context. Context::load(); |