Fix speeling

This commit is contained in:
Joshua Lockerman 2019-01-09 16:47:25 -05:00 committed by JLockerman
parent 8f7f585e1c
commit 27cd0fa27d

View File

@ -40,7 +40,7 @@ THEN
RAISE WARNING E'%\n', format('Your license expired on %s', end_time);
ELSIF now() + INTERVAL '1 week' >= end_time
THEN
RAISE WARNING E'%\n', format('Your license will expires on %s', end_time);
RAISE WARNING E'%\n', format('Your license will expire on %s', end_time);
END IF;
END;