From 4800a248bd0999955678793b883329492c72bd23 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 4 Sep 2017 22:58:05 -0400 Subject: [PATCH] Typo fix --- gsk/gskvulkanclipprivate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gsk/gskvulkanclipprivate.h b/gsk/gskvulkanclipprivate.h index 99450afe4e..10b89edcba 100644 --- a/gsk/gskvulkanclipprivate.h +++ b/gsk/gskvulkanclipprivate.h @@ -13,7 +13,7 @@ typedef enum { * values we return if clips could even be computed. */ GSK_VULKAN_CLIP_ALL_CLIPPED, - /* No clipping is necesary, but the clip rect is set + /* No clipping is necessary, but the clip rect is set * to the actual bounds of the underlying framebuffer */ GSK_VULKAN_CLIP_NONE,