From 05a9fe7a01aef66e2f67cf4ace6ee2a7cf431ace Mon Sep 17 00:00:00 2001 From: Stoll Date: Fri, 13 Jan 2023 20:13:41 +0100 Subject: [PATCH] fix typo --- src/tuxedo_io/tuxedo_io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tuxedo_io/tuxedo_io.c b/src/tuxedo_io/tuxedo_io.c index 38c47ba..07e0f02 100644 --- a/src/tuxedo_io/tuxedo_io.c +++ b/src/tuxedo_io/tuxedo_io.c @@ -268,7 +268,7 @@ static int has_universal_ec_fan_control(void) { if (uw_feats->model == UW_MODEL_PH4TRX) { // For some reason, on this particular device, the 2nd fan is not controlled via the - // "GPU" fan curve when the bit to seperate both fancurves is set, but the old fan + // "GPU" fan curve when the bit to separate both fancurves is set, but the old fan // control works just fine. return 0; }