From cece9ced050e6a76482785d4350db4801d4ac514 Mon Sep 17 00:00:00 2001 From: Haley Weslin <15714156-hweslin@users.noreply.gitlab.com> Date: Sun, 8 Oct 2023 13:58:51 +0000 Subject: [PATCH] Fix seralize typo in comment dht_short_array.dart This fixes a typo ("seralize" for "serialize") in a comment in lib/veilid_support/dht_support/src/dht_short_array.dart. --- lib/veilid_support/dht_support/src/dht_short_array.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/veilid_support/dht_support/src/dht_short_array.dart b/lib/veilid_support/dht_support/src/dht_short_array.dart index 99f8eb4..3a34224 100644 --- a/lib/veilid_support/dht_support/src/dht_short_array.dart +++ b/lib/veilid_support/dht_support/src/dht_short_array.dart @@ -163,7 +163,7 @@ class DHTShortArray { //////////////////////////////////////////////////////////////// - /// Seralize and write out the current head record, possibly updating it + /// Serialize and write out the current head record, possibly updating it /// if a newer copy is available online. Returns true if the write was /// successful Future _tryWriteHead() async {