Skip to content

Commit

Permalink
Update cPanelImporter.py
Browse files Browse the repository at this point in the history
changed a typo i found
  • Loading branch information
PowerChaos committed Apr 4, 2020
1 parent a82a1bf commit 1ed0a73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plogical/cPanelImporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -707,7 +707,7 @@ def RestoreDatabases(self):
return 1

except BaseException as msg:
message = 'Failed to retore databases from file %s, error message: %s.' % (
message = 'Failed to restore databases from file %s, error message: %s.' % (
self.backupFile, str(msg))
logging.statusWriter(self.logFile, message, 1)
return 0
Expand Down

0 comments on commit 1ed0a73

Please sign in to comment.