typo
authorJason Etheridge <jason@EquinoxInitiative.org>
Sun, 19 May 2019 23:46:38 +0000 (19:46 -0400)
committerJason Etheridge <jason@EquinoxInitiative.org>
Sun, 19 May 2019 23:46:38 +0000 (19:46 -0400)
sql/base/base.sql

index 7fdfc13..e039adb 100644 (file)
@@ -3672,7 +3672,7 @@ $$ LANGUAGE PLPGSQL STRICT VOLATILE;
 
 -- convenience functions for handling copy_location maps
 CREATE OR REPLACE FUNCTION migration_tools.handle_shelf (TEXT,TEXT,TEXT,INTEGER) RETURNS VOID AS $$
-    PEFORM migration_tools._handle_shelf($1,$2,$3,$4,TRUE);
+    PERFORM migration_tools._handle_shelf($1,$2,$3,$4,TRUE);
 $$ LANGUAGE SQL;
 
 CREATE OR REPLACE FUNCTION migration_tools._handle_shelf (TEXT,TEXT,TEXT,INTEGER,BOOLEAN) RETURNS VOID AS $$