mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-04 22:57:21 +02:00
Fix typo s/Coudn't/Couldn't/g
This commit is contained in:
parent
711e5e9995
commit
8182edc048
@ -54,7 +54,7 @@ enum GPUVendor gamemode_get_gpu_vendor(long device)
|
||||
if (got_line) {
|
||||
vendor = strtol(buff, NULL, 0);
|
||||
} else {
|
||||
LOG_ERROR("Coudn't read contents of file %s, will not apply optimisations!\n", path);
|
||||
LOG_ERROR("Couldn't read contents of file %s, will not apply optimisations!\n", path);
|
||||
return Vendor_Invalid;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user