Skip to content

Commit 5c22e8c

Browse files
ghisvaildavidcl
authored andcommitted
Fix typo produces -> produced
Change-Id: I41cca430e7e2d865b68d15b2844878b5608b5e2f
1 parent dd78cec commit 5c22e8c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

scilab/configure

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1762,8 +1762,8 @@ Optional Features:
17621762
Enable unitary tests and checks at compilation time
17631763
--enable-build-swig=path
17641764
Regenerate Java => C and Scilab => C wrappers
1765-
produces by Swig
1766-
--enable-build-giws Regenerate C/C++ => Java wrappers produces by Giws
1765+
produced by Swig
1766+
--enable-build-giws Regenerate C/C++ => Java wrappers produced by Giws
17671767
--enable-build-parser Regenerate code for the parser (Lex & YACC)
17681768
--disable-nls do not use Native Language Support
17691769
--disable-build-localization

scilab/configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ AC_ARG_WITH(gui,
152152
AS_HELP_STRING([--without-gui],[Disable the Scilab Graphical User Interface (GUI). Intended for embedded/clustering/grid Scilab ]))
153153

154154
AC_ARG_ENABLE(build-swig,
155-
AS_HELP_STRING([--enable-build-swig=path],[Regenerate Java => C and Scilab => C wrappers produces by Swig]))
155+
AS_HELP_STRING([--enable-build-swig=path],[Regenerate Java => C and Scilab => C wrappers produced by Swig]))
156156

157157

158158
AC_ARG_ENABLE(build-giws,
159-
AS_HELP_STRING([--enable-build-giws],[Regenerate C/C++ => Java wrappers produces by Giws]))
159+
AS_HELP_STRING([--enable-build-giws],[Regenerate C/C++ => Java wrappers produced by Giws]))
160160

161161
AC_ARG_ENABLE(build-parser,
162162
AS_HELP_STRING([--enable-build-parser],[Regenerate code for the parser (Lex & YACC)]))

0 commit comments

Comments
 (0)