Revision: 7679 https://osdn.net/projects/ttssh2/scm/svn/commits/7679 Author: zmatsuo Date: 2019-05-14 22:09:09 +0900 (Tue, 14 May 2019) Log Message: ----------- typo fix. Modified Paths: -------------- trunk/ttssh2/ttxssh/ssh.c -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ssh.c =================================================================== --- trunk/ttssh2/ttxssh/ssh.c 2019-05-13 15:52:55 UTC (rev 7678) +++ trunk/ttssh2/ttxssh/ssh.c 2019-05-14 13:09:09 UTC (rev 7679) @@ -5444,7 +5444,7 @@ else if (pvar->settings.GexMinimalGroupSize > GEX_GRP_LIMIT_MAX) { min = GEX_GRP_LIMIT_MAX; logprintf(LOG_LEVEL_NOTICE, - "%s: small GexMinimalGroupSize is too larse (%d), use maximum limit (%d)", __FUNCTION__, + "%s: small GexMinimalGroupSize is too large (%d), use maximum limit (%d)", __FUNCTION__, pvar->settings.GexMinimalGroupSize, GEX_GRP_LIMIT_MAX); } else {