Fix typo: teh -> the

This commit is contained in:
Aaron Ang
2018-09-26 00:08:03 -07:00
committed by GitHub
parent 424d95e05c
commit 1274f61dd9

View File

@@ -46,7 +46,7 @@ add_library(hello_library SHARED
----
This will be used to create a shared library with the name libhello_library.so with
the sources passed to teh +add_library()+ function.
the sources passed to the +add_library()+ function.
## Alias Target