Sfoglia il codice sorgente

Merge pull request #168 from highvoltage/master

Fix typo s/Coudn't/Couldn't/g
Alex Smith 5 anni fa
parent
commit
5add7f41b3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      common/common-gpu.c

+ 1 - 1
common/common-gpu.c

@@ -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;
 	}