From 1d76cfc7cb9bf0f9ddc9b8b1fb72657314d6c6e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Santos=20Costa?= Date: Sun, 21 Feb 2016 11:30:29 +0000 Subject: [PATCH] typo --- H/YapLFlagInfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/H/YapLFlagInfo.h b/H/YapLFlagInfo.h index 4b057f434..3af79e350 100644 --- a/H/YapLFlagInfo.h +++ b/H/YapLFlagInfo.h @@ -28,7 +28,7 @@ YAP_FLAG( FILEERRORS_FLAG, "fileerrors", true, booleanFlag, "true" , NULL ), /* If `on` `fileerrors` is `on`, if `off` (default) `fileerrors` is disabled. */ -YAP_FLAG( LANGUAGE_MODE_FLAG, "language_mode", true, isatom, "yap" , NULL ), /**< `lamguage_mode` +YAP_FLAG( LANGUAGE_MODE_FLAG, "language_mode", true, isatom, "yap" , NULL ), /**< `language_mode` wweter native mode or trying to emulate a different Prolog. */