From 774c91760236fd78ce2bf8524d3c85d7f554e23a Mon Sep 17 00:00:00 2001
From: "Andrew E. Torda" <andrew.torda@uni-hamburg.de>
Date: Fri, 2 May 2025 11:02:53 +0200
Subject: [PATCH] Typo.

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3c286c9..a62b3a2 100644
--- a/README.md
+++ b/README.md
@@ -48,7 +48,7 @@ I use `os.Create()` to open a file for writing (plots, `.csv` files. In my "Docu
 
 ## Non bugs
 
-The UI toolkit is "fyne". It does not do charts, so we use "go-chart". This makes a `.png` which we store in memory and feed to fine. I did try `.svg` filetypes, but an .svg made by go-chart causes fyne to choke. This means we are stuck with .png. One day, one should try out the charting library which is based on fyne.
+The UI toolkit is "fyne". It does not do charts, so we use "go-chart". This makes a `.png` which we store in memory and feed to fyne. I did try `.svg` filetypes, but an .svg made by go-chart causes fyne to choke. This means we are stuck with .png. One day, one should try out the charting library which is based on fyne.
 
 It is not much fun typing numbers into the input form. We just use the functions from the toolkit, but the cursor and decimal point seem to jump around like a vegetarian in a butchers shop.
 
-- 
GitLab