From d6ca8ff2b0fff62ebc0b5507f3633f1fe7db75d5 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <hadess@hadess.net>
Date: Thu, 17 Dec 2020 13:58:38 +0100
Subject: [PATCH] tests: Fix typo in comment

---
 tests/test-fp-context.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/test-fp-context.c b/tests/test-fp-context.c
index 1dd1f72..156e6d4 100644
--- a/tests/test-fp-context.c
+++ b/tests/test-fp-context.c
@@ -287,7 +287,7 @@ test_context_remove_device_opening (void)
   g_assert_true (removed);
   g_assert_null (tctx->user_data);
 
-  /* Running the mainloop now will cause the open to *succeed* dispite removal! */
+  /* Running the mainloop now will cause the open to *succeed* despite removal! */
   while (!open_done)
     g_main_context_iteration (NULL, TRUE);