Kaydet (Commit) 2d655683 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Typos

Change-Id: I40aff76df4ddef3774632a3dcdf67b943229feb3
üst 42b0bb5f
...@@ -1848,7 +1848,7 @@ AC_ARG_WITH(nss-build-tools, ...@@ -1848,7 +1848,7 @@ AC_ARG_WITH(nss-build-tools,
AS_HELP_STRING([--with-nss-build-tools], AS_HELP_STRING([--with-nss-build-tools],
[For Windows users, please supply the path to the nss build tools.]) [For Windows users, please supply the path to the nss build tools.])
[ [
Usage: --with-nss-build=<absolute path to Usage: --with-nss-build-tools=<absolute path to
nss build tools> nss build tools>
At the moment of this writing, an installer for the At the moment of this writing, an installer for the
...@@ -8038,7 +8038,7 @@ if test "$_os" != "WINNT"; then ...@@ -8038,7 +8038,7 @@ if test "$_os" != "WINNT"; then
# new and shiny mork driver # new and shiny mork driver
AC_MSG_RESULT([yes (new mork driver)]) AC_MSG_RESULT([yes (new mork driver)])
else else
if test "WITH_MOZAB4WIN" = "NO"; then if test "$WITH_MOZAB4WIN" = "NO"; then
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
else else
AC_MSG_RESULT([yes, internal (old windows mozab driver)]) AC_MSG_RESULT([yes, internal (old windows mozab driver)])
...@@ -8103,7 +8103,7 @@ else ...@@ -8103,7 +8103,7 @@ else
AC_MSG_CHECKING([for nss build tooling]) # coming from mozilla AC_MSG_CHECKING([for nss build tooling]) # coming from mozilla
if test -z "$NSSBUILDTOOLS"; then if test -z "$NSSBUILDTOOLS"; then
AC_MSG_ERROR([nss build tooling not provided AC_MSG_ERROR([nss build tooling not provided
Use the --with-nss-build option after installing the tools obtained Use the --with-nss-build-tools option after installing the tools obtained
from http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32]) from http://ftp.mozilla.org/pub/mozilla.org/mozilla/libraries/win32])
else else
if test \( "$WITH_MINGW" = "yes" -a ! -d "$NSSBUILDTOOLS" \) \ if test \( "$WITH_MINGW" = "yes" -a ! -d "$NSSBUILDTOOLS" \) \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment