Skip to content

Commit 2da4d19

Browse files
committed
Rephrase error message.
1 parent 9573327 commit 2da4d19

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)