[PATCH vkd3d 5/5] vkd3d-shader/hlsl: Fix typo in error message.

Giovanni Mascellani gmascellani at codeweavers.com
Tue Nov 2 04:33:17 CDT 2021


Signed-off-by: Giovanni Mascellani <gmascellani at codeweavers.com>
---
 libs/vkd3d-shader/hlsl.y | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/vkd3d-shader/hlsl.y b/libs/vkd3d-shader/hlsl.y
index aae0ebce..7c1ae447 100644
--- a/libs/vkd3d-shader/hlsl.y
+++ b/libs/vkd3d-shader/hlsl.y
@@ -2146,7 +2146,7 @@ struct_declaration:
                             "Anonymous struct type must declare a variable.");
                 if (modifiers)
                     hlsl_error(ctx, @1, VKD3D_SHADER_ERROR_HLSL_INVALID_MODIFIER,
-                            "Modifiers are not allowed on struct type declataions.");
+                            "Modifiers are not allowed on struct type declarations.");
             }
 
             if (!(type = apply_type_modifiers(ctx, $2, &modifiers, @1)))
-- 
2.33.1




More information about the wine-devel mailing list