summaryrefslogtreecommitdiff
path: root/FS/FS/Setup.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/Setup.pm')
-rw-r--r--FS/FS/Setup.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Setup.pm b/FS/FS/Setup.pm
index ac143cec3..13d6f60b1 100644
--- a/FS/FS/Setup.pm
+++ b/FS/FS/Setup.pm
@@ -62,7 +62,7 @@ sub create_initial_data {
}
-sub pouplate_numbering {
+sub populate_numbering {
eval "use FS::lata_Data;"; # this automatically populates the lata table, if unpopulated
eval "use FS::msa_Data;"; # this automatically populates the msa table, if unpopulated
}