Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 304f2ed

Browse files
committed
Minor language patch
1 parent 148b35d commit 304f2ed

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

lib/core/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@ def getManualDirectories():
730730
infoMsg = "retrieved the web server document root: '%s'" % directories
731731
logger.info(infoMsg)
732732
else:
733-
warnMsg = "unable to retrieve automatically the web server "
733+
warnMsg = "unable to automatically retrieve the web server "
734734
warnMsg += "document root"
735735
logger.warn(warnMsg)
736736

lib/core/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from lib.core.revision import getRevisionNumber
2020

2121
# sqlmap version (<major>.<minor>.<month>.<monthly commit>)
22-
VERSION = "1.0.5.67"
22+
VERSION = "1.0.5.68"
2323
REVISION = getRevisionNumber()
2424
STABLE = VERSION.count('.') <= 2
2525
VERSION_STRING = "sqlmap/%s#%s" % (VERSION, "stable" if STABLE else "dev")

0 commit comments

Comments
 (0)