* Modify a bit the parasite nucleus detection sensibility.
[master-thesis.git] / Parasitemia / ParasitemiaUI / GUI.fs
index f67c613..3746461 100644 (file)
@@ -165,7 +165,7 @@ let run (defaultConfig: Config) (fileToOpen: string option) =
         then
             txtGlobalParasitemia.Inlines.Add(
                 Documents.Run(
-                    sprintf " Warning: the number of erytrocytes should be above %d" warningBelowNumberOfRBC,
+                    sprintf " Warning: the number of erythrocytes should be above %d" warningBelowNumberOfRBC,
                     FontWeight = FontWeights.Bold,
                     Foreground = Brushes.Red))