From c12fee3b3af6e8f0683d57a325bc0cb34bd97657 Mon Sep 17 00:00:00 2001 From: williamvds Date: Sun, 9 Feb 2025 18:19:07 +0000 Subject: [PATCH] fix: typo in XRT_COMPOSITOR_SCALE_PERCENTAGE XRT_COMPOSITOR_SCALE_PECENTAGE -> XRT_COMPOSITOR_SCALE_PECENTAGE --- src/env_var_descriptions.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/env_var_descriptions.rs b/src/env_var_descriptions.rs index 34e646d..ef92101 100644 --- a/src/env_var_descriptions.rs +++ b/src/env_var_descriptions.rs @@ -3,7 +3,7 @@ use lazy_static::lazy_static; fn env_var_descriptions() -> Vec<(&'static str, &'static str)> { vec![ ( - "XRT_COMPOSITOR_SCALE_PECENTAGE", + "XRT_COMPOSITOR_SCALE_PERCENTAGE", "Render resolution percentage. A percentage higher than the native resolution (>100) will help with antialiasing and image clarity." ), (