diff options
author | ivan <ivan> | 2006-03-25 02:23:26 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-03-25 02:23:26 +0000 |
commit | b9f9a5dc444a66ca138073a0e5229d85569e51b4 (patch) | |
tree | 3710c2f19dff7977f6cf2fd8690645bf0adcd4dc /FS/bin/freeside-setup | |
parent | c39fc534e347971479110595c6a4bb36b40e1198 (diff) |
successfully correct the spelling of sucessful
Diffstat (limited to 'FS/bin/freeside-setup')
-rwxr-xr-x | FS/bin/freeside-setup | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/bin/freeside-setup b/FS/bin/freeside-setup index bff2bcc63..9f87f10b7 100755 --- a/FS/bin/freeside-setup +++ b/FS/bin/freeside-setup @@ -109,7 +109,7 @@ warn "Freeside database initialized - commiting transaction\n" if $opt_v; $dbh->commit or die $dbh->errstr; $dbh->disconnect or die $dbh->errstr; -warn "Database initialization committed sucessfully\n" if $opt_v; +warn "Database initialization committed successfully\n" if $opt_v; sub dbdef_create { # reverse engineer the schema from the DB and save to file my( $dbh, $file ) = @_; |