mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 13:54:12 +01:00
Remove apostrophes from instances of possessive "its".
I noticed one instance of this while looking at the code the other day, and after a quick grep, realized it happened a *lot*! One of the many frustrating things about the English language is that we use apostrophes to make pretty much everything possessive *except* the pronoun "it". In that case, we use "its". "It's" is reserved for the contraction meaning "it is" or "it has".
This commit is contained in:
committed by
Carlos R. Mafra
parent
6320bb6219
commit
a17d131da3
@@ -464,7 +464,7 @@ AC_PATH_XTRA
|
||||
|
||||
AS_IF([test "x$no_x" = "xyes"],
|
||||
[AC_MSG_ERROR([The path for the X11 files not found!
|
||||
Make sure you have X and it's headers and libraries (the -devel packages
|
||||
Make sure you have X and its headers and libraries (the -devel packages
|
||||
in Linux) installed.])])
|
||||
|
||||
X_LIBRARY_PATH=$x_libraries
|
||||
|
||||
Reference in New Issue
Block a user