Fix speling

[ci skip]
This commit is contained in:
Camilla Berglund 2016-03-07 14:42:51 +01:00
parent defaea3496
commit ee33dcdf33
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ available on all supported platforms. Some of these are de facto standards
among projects using CMake and so have no `GLFW_` prefix. among projects using CMake and so have no `GLFW_` prefix.
If you are using the GUI version of CMake, these are listed and can be changed If you are using the GUI version of CMake, these are listed and can be changed
from there. If you are using the command-line versionof CMake you can use the from there. If you are using the command-line version of CMake you can use the
`ccmake` ncurses GUI to set options. Some package systems like Ubuntu and other `ccmake` ncurses GUI to set options. Some package systems like Ubuntu and other
distributions based on Debian GNU/Linux have this tool in a separate distributions based on Debian GNU/Linux have this tool in a separate
`cmake-curses-gui` package. `cmake-curses-gui` package.

View File

@ -4059,7 +4059,7 @@ GLFWAPI int glfwGetPhysicalDevicePresentationSupport(VkInstance instance, VkPhys
* @remarks If an error occurs before the creation call is made, GLFW returns * @remarks If an error occurs before the creation call is made, GLFW returns
* the Vulkan error code most appropriate for the error. Appropriate use of * the Vulkan error code most appropriate for the error. Appropriate use of
* @ref glfwVulkanSupported and @ref glfwGetRequiredInstanceExtensions should * @ref glfwVulkanSupported and @ref glfwGetRequiredInstanceExtensions should
* elminiate almost all occurences of these errors. * eliminate almost all occurrences of these errors.
* *
* @thread_safety This function may be called from any thread. For * @thread_safety This function may be called from any thread. For
* synchronization details of Vulkan objects, see the Vulkan specification. * synchronization details of Vulkan objects, see the Vulkan specification.