diff options
author | Jim Thompson <jim@netgate.com> | 2019-04-08 03:22:21 -0500 |
---|---|---|
committer | Damjan Marion <dmarion@me.com> | 2019-04-08 21:54:17 +0000 |
commit | f324dec0a371431f9326f67e920630579741da3c (patch) | |
tree | 8fed403c84c02cc275e9cc629d2052d1edb281ed /docs | |
parent | 46f877ebba5187336be01a5692903b5ecafc4345 (diff) |
fixing typos
Change-Id: I215e1e0208a073db80ec6f87695d734cf40fabe3
Signed-off-by: Jim Thompson <jim@netgate.com>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usecases/vmxnet3.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/usecases/vmxnet3.rst b/docs/usecases/vmxnet3.rst index 3fde0f45ae5..f3ec8d4b6f6 100644 --- a/docs/usecases/vmxnet3.rst +++ b/docs/usecases/vmxnet3.rst @@ -52,7 +52,7 @@ These instructions describe how to change the e1000 driver for VMware fusion. * Find the name associated with the VM you are using, right click on it and select **Show Package Contents** * Find the **.vmx** file and edit it. -* Find all the occurences of **e1000** and change them to **vmxnet3** +* Find all the occurrences of **e1000** and change them to **vmxnet3** If you are concerned more with configuration not performance the vmxnet3 driver can be set to **interrupt** mode in VPP. This will save a great deal on battery |