Skip to content

Commit 0e996d0

Browse files
wiegandmgreenbonebot
authored andcommitted
Fix: Fix typo in protocol warning message
1 parent 3c03e0e commit 0e996d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gvm/protocols/gmp/_gmp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def determine_supported_gmp(self) -> SUPPORTED_GMP_VERSIONS:
100100
gmp_class = GMPv226
101101
if minor_version > 6:
102102
warnings.warn(
103-
"Remote manager daemon uses a newer GMP version then "
103+
"Remote manager daemon uses a newer GMP version than "
104104
f"supported by python-gvm {__version__}. Please update to "
105105
"a newer release of python-gvm if possible. "
106106
f"Remote GMP version is {major_version}.{minor_version}. "

0 commit comments

Comments
 (0)