Skip to content

Commit be489fd

Browse files
Merge pull request #46 from anhu/errmsg
Rephrase error message.
2 parents 9573327 + 2da4d19 commit be489fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfssl/_methods.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def __init__(self, protocol, server_side):
108108
_lib.wolfDTLSv1_3_client_method()
109109

110110
if self.native_object == _ffi.NULL:
111-
raise MemoryError("Unnable to allocate method object")
111+
raise MemoryError("Cannot allocate method object")
112112

113113
def __del__(self):
114114
if getattr(self, 'native_object', _ffi.NULL) != _ffi.NULL:

0 commit comments

Comments
 (0)