From c5607110ee47ae3b68c340a6056c8843b035d767 Mon Sep 17 00:00:00 2001 From: YellowRoseCx <80486540+YellowRoseCx@users.noreply.github.com> Date: Wed, 8 Mar 2023 15:36:30 -0600 Subject: [PATCH] typo fix fixed typo of "specfic" to "specific" --- gensettings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gensettings.py b/gensettings.py index 5b1dea42..863a2ba5 100644 --- a/gensettings.py +++ b/gensettings.py @@ -825,7 +825,7 @@ gensettingstf = [ "max": 1, "step": 1, "default": 0, - "tooltip": "If enabled a specfic seed will be used for the random generator on text generation", + "tooltip": "If enabled, a specific seed will be used for the random generator on text generation", "menu_path": "Settings", "sub_path": "Other", "classname": "system",