python:tests: Fix code spelling
authorJo Sutton <josutton@catalyst.net.nz>
Mon, 4 Mar 2024 00:38:29 +0000 (13:38 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 21 Mar 2024 03:12:33 +0000 (03:12 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
python/samba/tests/gkdi.py

index 30ddd78025a287816bf4a5c45cac8aca68988b48..80672977f8d760b72f633b6292153f2476ca2482 100644 (file)
@@ -589,7 +589,7 @@ def create_root_key(
     elif isinstance(use_start_time, int):
         use_start_nt_time = use_start_time
     else:
-        raise ValueError("use_start_time should be a datatime or int")
+        raise ValueError("use_start_time should be a datetime or int")
 
     kdf_parameters = None
     if hash_algorithm is not None: