From c92213bc72a00dbf657daaff62956428bd3aa680 Mon Sep 17 00:00:00 2001
From: msub2 <msub2official@gmail.com>
Date: Sat, 26 Mar 2022 23:42:38 +0000
Subject: [PATCH] openx.h -> openxr.h

---
 developing-with-monado.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/developing-with-monado.md b/developing-with-monado.md
index fe33754..1025526 100644
--- a/developing-with-monado.md
+++ b/developing-with-monado.md
@@ -98,7 +98,7 @@ executable('example', ['main.c'], dependencies: [openxr_dep])
 
 # Application
 
-With this project setup you can start including the `<openxr/openx.h>` header and start calling OpenXR functions.
+With this project setup you can start including the `<openxr/openxr.h>` header and start calling OpenXR functions.
 
 As a starting point, here is a minimal C example for starting an OpenGL application on Linux with the xlib graphics binding.
 
-- 
GitLab