From fdb2da80d6c1769ec1daed8b136851da4a7ea98d Mon Sep 17 00:00:00 2001
From: Dirk <dirk@testssl.sh>
Date: Wed, 9 Apr 2025 20:35:44 +0200
Subject: [PATCH] fix typo

---
 utils/update_client_sim_data.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/utils/update_client_sim_data.pl b/utils/update_client_sim_data.pl
index 65774ac..ae5064b 100755
--- a/utils/update_client_sim_data.pl
+++ b/utils/update_client_sim_data.pl
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-### This is futile as the data havent changed for an eternity
+### This is futile as the data haven't changed for an eternity
 
 use strict;
 use Data::Dumper;