瀏覽代碼

Fix typo s/Coudn't/Couldn't/g

Jonathan Carter 5 年之前
父節點
當前提交
8182edc048
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 	}