diff options
| author | Paul Eggert | 2024-06-04 22:13:47 -0700 |
|---|---|---|
| committer | Paul Eggert | 2024-06-04 22:16:28 -0700 |
| commit | 3dcac22dd4225fdec0b97408da38f74de2a77bef (patch) | |
| tree | c79a8563efbed67aae0bba5d46b628c1e8a5b69b /java/INSTALL | |
| parent | 636461686f1d36388d4523cbb10eb7ec3bbbd63e (diff) | |
| download | emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.tar.gz emacs-3dcac22dd4225fdec0b97408da38f74de2a77bef.zip | |
Spelling fixes
Diffstat (limited to 'java/INSTALL')
| -rw-r--r-- | java/INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/INSTALL b/java/INSTALL index 94bf0b01a96..a4cc97e7710 100644 --- a/java/INSTALL +++ b/java/INSTALL | |||
| @@ -170,7 +170,7 @@ In normal circumstances, Emacs should automatically detect and configure | |||
| 170 | one of the C++ standard libraries part of the NDK when such a library is | 170 | one of the C++ standard libraries part of the NDK when such a library is |
| 171 | required to build a dependency specified under `--with-ndk-path'. | 171 | required to build a dependency specified under `--with-ndk-path'. |
| 172 | 172 | ||
| 173 | Nevertheless, this process is not infalliable, and with certain versions | 173 | Nevertheless, this process is not infallible, and with certain versions |
| 174 | of the NDK is liable to fail to locate a C++ compiler, requiring that | 174 | of the NDK is liable to fail to locate a C++ compiler, requiring that |
| 175 | you run the `make_standalone_toolchain.py' script in the NDK | 175 | you run the `make_standalone_toolchain.py' script in the NDK |
| 176 | distribution to create a ``standalone toolchain'' and substitute the | 176 | distribution to create a ``standalone toolchain'' and substitute the |