From ff3c7a7279abce243c24d06122d2220305756dae Mon Sep 17 00:00:00 2001 From: Christina <156356273+cratiu222@users.noreply.github.com> Date: Fri, 28 Jun 2024 16:50:57 +0300 Subject: [PATCH] fix api.go --- eth/downloader/api.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth/downloader/api.go b/eth/downloader/api.go index ac175672a0..7b3effbe6f 100644 --- a/eth/downloader/api.go +++ b/eth/downloader/api.go @@ -28,7 +28,7 @@ import ( ) // DownloaderAPI provides an API which gives information about the current -// synchronisation status. It offers only methods that operates on data that +// synchronization status. It offers only methods that operates on data that // can be available to anyone without security risks. type DownloaderAPI struct { d *Downloader