Skip to content

Commit c64b612

Browse files
authored
Fixed typos (#37)
1 parent 5258994 commit c64b612

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

source/GUI/html/default.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
const ArchStats = {"RDNA3": 0.0051, "Unkonwn": 0.044700000000000004, "GCN1": 0.0009000000000000001, "GCN4": 0.0181, "GCN3": 0.0004, "GCN2": 0.0001, "RDNA": 0.0081, "RDNA2": 0.027700000000000002, "Vega": 0.0065, "Gen7.5": 0.0015999999999999999, "Gen9": 0.0025, "Gen8": 0.0007, "Gen9.5": 0.0094, "Xe": 0.0146, "Maxwell1": 0.0039000000000000003, "Kepler": 0.0016, "Fermi": 0.0002, "Pascal": 0.06250000000000001, "Turing": 0.1407, "Fermi1": 0.0003, "Maxwell2": 0.0063, "Ampere": 0.2645, "Ada": 0.34179999999999994, "X1": 0.0002}
1+
const ArchStats = {"RDNA3": 0.0051, "Unknown": 0.044700000000000004, "GCN1": 0.0009000000000000001, "GCN4": 0.0181, "GCN3": 0.0004, "GCN2": 0.0001, "RDNA": 0.0081, "RDNA2": 0.027700000000000002, "Vega": 0.0065, "Gen7.5": 0.0015999999999999999, "Gen9": 0.0025, "Gen8": 0.0007, "Gen9.5": 0.0094, "Xe": 0.0146, "Maxwell1": 0.0039000000000000003, "Kepler": 0.0016, "Fermi": 0.0002, "Pascal": 0.06250000000000001, "Turing": 0.1407, "Fermi1": 0.0003, "Maxwell2": 0.0063, "Ampere": 0.2645, "Ada": 0.34179999999999994, "X1": 0.0002}
22
export default ArchStats

source/frontend/assets/js/constants.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ export const EnumMappings =
532532
"NvAPI_D3D12_GetPhysicalDeviceCooperativeVectorProperties.resultType": NVAPI_COOPERATIVE_VECTOR_COMPONENT_TYPE,
533533
"AGSDeviceInfo.asicFamily":
534534
{
535-
"0": "UNKNONW",
535+
"0": "UNKNOWN",
536536
"1": "Pre GCN",
537537
"2": "GCN1",
538538
"3": "GCN2",

source/frontend/assets/js/website_feature_table.mjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,7 @@ function SpliceReportByArchAndVendor(reportContainer) {
703703
// if the device ID matching didn't work, try GPUDetect
704704
if (!arch && report["Intel GPUDetect::GPUData"]) {
705705
arch = report["Intel GPUDetect::GPUData"].GraphicsGeneration;
706-
if (arch == "Unkown" &&
706+
if (arch == "Unknown" &&
707707
report["Intel GPUDetect::GPUData"].GPUArchitecture == "Unknown (37)" &&
708708
report.DXGI_ADAPTER_DESC3.Description == "Intel(R) Iris(R) Xe Graphics") // integrated Xe-LP, Alder/Rocket Lake
709709
arch = "Xe";

source/frontend/scripts/update-steam-stats.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"Turing" : "Turing",
4141
"Turing 16" : "Turing",
4242
"X1" : "X1",
43-
"Unknown" : "Unkonwn",
43+
"Unknown" : "Unknown",
4444
}
4545

4646
# pull latest main in ../../external/SteamHWSurveyGPUArchStats repo

source/website/feature_table.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/website/shared.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)