Skip to content

Commit efbb8c2

Browse files
committed
Fix minor typo
1 parent 50e3fb6 commit efbb8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/02_Development_environment.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ LDFLAGS = -lglfw -lvulkan -ldl -lpthread -lX11 -lXxf86vm -lXrandr -lXi
349349
The flag `-lglfw` is for GLFW, `-lvulkan` links with the Vulkan function loader and the remaining flags are low-level system libraries that GLFW needs.
350350
The remaining flags are dependencies of GLFW itself: the threading and window management.
351351

352-
It is possible that the `Xxf68vm` and `Xi` libraries are not yet installed on your system.
352+
It is possible that the `Xxf86vm` and `Xi` libraries are not yet installed on your system.
353353
You can find them in the following packages:
354354

355355
[,bash]

0 commit comments

Comments
 (0)