diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-11-12 13:50:55 +0100 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-11-12 13:59:58 +0100 |
commit | 42d4e24ff3f13ccbd401d93d70ecdee99b88a26d (patch) | |
tree | aeef828e8a85139d1fcebabc85b2a07bce4b2229 /etc | |
parent | 0d0125daaeb77af5aa6091059ff6d0c1ce9f6cff (diff) | |
download | emacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.tar.gz emacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.tar.bz2 emacs-42d4e24ff3f13ccbd401d93d70ecdee99b88a26d.zip |
; Fix typos
Diffstat (limited to 'etc')
-rw-r--r-- | etc/PROBLEMS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS index 9ab2caff758..f94d8492d57 100644 --- a/etc/PROBLEMS +++ b/etc/PROBLEMS @@ -2792,7 +2792,7 @@ its path available to Emacs. Errors such as: Error: Internal native compiler error failed to compile indicate Emacs can't find the library in running time. One can set -the "LIBRARY_PATH" environment variable in the early initalization +the "LIBRARY_PATH" environment variable in the early initialization file; for example: (setenv "LIBRARY_PATH" |