diff options
author | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-23 10:04:53 +0000 |
---|---|---|
committer | sjaz <sjaz@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-10-23 10:04:53 +0000 |
commit | 2361cb8d400e38e311ef63cf477f63b8a7e56e36 (patch) | |
tree | 541fcf53110c199cc4d067caf789789c6000873b /src/modules/hs_request.c | |
parent | d08461907cf4bc1932f6f7d561d34581b3d55c5d (diff) |
Couple of typos in hs_request. Thanks Fudge.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2579 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/modules/hs_request.c')
-rw-r--r-- | src/modules/hs_request.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/hs_request.c b/src/modules/hs_request.c index b982375db..4f710db51 100644 --- a/src/modules/hs_request.c +++ b/src/modules/hs_request.c @@ -754,7 +754,7 @@ class HSRequest : public Module fclose(fp); if (debug) - alog("[hs_request] Succesfully saved database"); + alog("[hs_request] Successfully saved database"); } void OnBackupDatabase() @@ -934,7 +934,7 @@ void hsreq_load_db() fclose(fp); if (debug) - alog("[hs_request] Succesfully loaded database"); + alog("[hs_request] Successfully loaded database"); } void my_load_config() |