Giovanni Mascellani : vkd3d-shader/hlsl: Fix a typo in an error message.

Alexandre Julliard julliard at winehq.org
Mon Nov 8 15:44:33 CST 2021


Module: vkd3d
Branch: master
Commit: 581d71310fe513495c37252fdf83116cc314d615
URL:    https://source.winehq.org/git/vkd3d.git/?a=commit;h=581d71310fe513495c37252fdf83116cc314d615

Author: Giovanni Mascellani <gmascellani at codeweavers.com>
Date:   Fri Nov  5 19:35:57 2021 +0100

vkd3d-shader/hlsl: Fix a typo in an error message.

Signed-off-by: Giovanni Mascellani <gmascellani at codeweavers.com>
Signed-off-by: Zebediah Figura <zfigura at codeweavers.com>
Signed-off-by: Matteo Bruni <mbruni at codeweavers.com>
Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 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 3d0a9ce..2120b26 100644
--- a/libs/vkd3d-shader/hlsl.y
+++ b/libs/vkd3d-shader/hlsl.y
@@ -2190,7 +2190,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)))




More information about the wine-cvs mailing list