From c57ca9890491c1ecb143236615cdd022bd6a6986 Mon Sep 17 00:00:00 2001 From: dimitr Date: Tue, 8 Jun 2004 14:00:01 +0000 Subject: [PATCH] Corrected a typo. --- doc/sql.extensions/README.universal_triggers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sql.extensions/README.universal_triggers b/doc/sql.extensions/README.universal_triggers index f0c77193cd..939d34c97f 100644 --- a/doc/sql.extensions/README.universal_triggers +++ b/doc/sql.extensions/README.universal_triggers @@ -71,7 +71,7 @@ Universal triggers (FB 1.5) trigger invocation forbids one of them (e.g. OLD context for INSERT operation), then all fields of that context will eveluate to NULL. If you assign to unproper context, runtime exception will be thrown. - 4. You may use new context variables INSERTING/UPDATEING/DELETING to check the + 4. You may use new context variables INSERTING/UPDATING/DELETING to check the operation type at runtime. See also: