Modified sample tariffplan for fs_json tutorial

This commit is contained in:
DanB
2014-03-18 08:43:07 +01:00
parent 724ebdc039
commit e8393b9bcc
4 changed files with 4 additions and 4 deletions

View File

@@ -252,7 +252,7 @@ func (csvr *CSVReader) WriteToDatabase(flush, verbose bool) (err error) {
}
}
if verbose {
log.Print("Rating profile liases")
log.Print("Rating profile aliases")
}
if err := dataStorage.RemoveRpAliases(csvr.dirtyRpAliases); err != nil {
return err