Commit 4d349199 authored by Frank Bergmann's avatar Frank Bergmann

Fixed typo

parent 127e90fb
......@@ -1922,7 +1922,7 @@ begin
else if v_state = 'started' then
v_locked_task_id := fire_transition_internal__task_id;
else
raise EXCEPTION '-20000: Can nott fire the transition if it is not in state enabled or started';
raise EXCEPTION '-20000: Can not fire the transition if it is not in state enabled or started';
end if; end if;
/* Mark the task finished */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment