Signed-off-by: Frank Binns <[email protected]> --- hw/xfree86/parser/scan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hw/xfree86/parser/scan.c b/hw/xfree86/parser/scan.c index bac213a..6d46a56 100644 --- a/hw/xfree86/parser/scan.c +++ b/hw/xfree86/parser/scan.c @@ -916,7 +916,7 @@ xf86openConfigFile(const char *path, const char *cmdline, const char *projroot) * information. If a command-line name is specified, then this function * fails if it is not found. * - * The return value is a pointer to the actual name of the direcoty that was + * The return value is a pointer to the actual name of the directory that was * opened. When no directory is found, the return value is NULL. The caller * should free() the returned value. * -- 2.7.4 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: https://lists.x.org/mailman/listinfo/xorg-devel
