diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-08-01 16:43:46 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2022-08-01 16:53:16 +0200 |
commit | 726a55c484df65261dd07bbe66f5146acb692c5a (patch) | |
tree | 522d86d373e720485ac7d1ac188f24f478da914b /doc | |
parent | aa4fd0d411239f5cc98f0ae14018d3ad91a5ee15 (diff) |
Fix some typos
[skip ci]
Diffstat (limited to 'doc')
-rw-r--r-- | doc/README.Win32.md | 2 | ||||
-rw-r--r-- | doc/README.hpux | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/README.Win32.md b/doc/README.Win32.md index 7ba7c22d..01879651 100644 --- a/doc/README.Win32.md +++ b/doc/README.Win32.md @@ -101,7 +101,7 @@ include built-in support for CMake-based projects: For Visual Studio 2017, make sure "Visual C++ tools for CMake" is installed; for Visual Studio 2019, make sure "C++ CMake tools for -Windows" is intalled. +Windows" is installed. ### winflexbison ### diff --git a/doc/README.hpux b/doc/README.hpux index b995eeea..4b3801b4 100644 --- a/doc/README.hpux +++ b/doc/README.hpux @@ -195,7 +195,7 @@ Here's the "hack_ip_stack" script: -----------------------------------Cut Here------------------------------------- #!/sbin/sh # -# nettune: hack kernel parms for safety +# nettune: hack kernel params for safety OKAY=0 ERROR=-1 |