Skip to content

Commit 186dc9d

Browse files
committed
Fix some typos
Signed-off-by: JoeWrightss <[email protected]>
1 parent 3840f1b commit 186dc9d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

docker-for-mac/edge-release-notes.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1228,7 +1228,7 @@ events or unexpected unmounts.
12281228
* osxfs: fixed an issue causing `inotify` creation events to fail
12291229
* osxfs: increased the `fs.inotify.max_user_watches` limit in Moby to 524288
12301230
* The UI shows documentation link for sharing volumes
1231-
* Clearer error message when running with outdated Virtualbox version
1231+
* Clearer error message when running with outdated VirtualBox version
12321232
* Added link to sources for qemu-img
12331233

12341234
**Known issues**
@@ -1648,7 +1648,7 @@ lead to `Docker.app` not starting on reboot
16481648
- Fixed RAM amount error message
16491649
- Fixed wording of CPU error dialog
16501650
- Removed status from Preferences
1651-
- Check for incompatible versions of Virtualbox
1651+
- Check for incompatible versions of VirtualBox
16521652

16531653
### Beta 4 Release (2016-03-22 1.10.3-beta4)
16541654

docker-for-mac/faqs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ HyperKit is a hypervisor built on top of the Hypervisor.framework in macOS. It r
334334
dependencies.
335335

336336
We use HyperKit to eliminate the need for other VM products, such as Oracle
337-
Virtualbox or VMWare Fusion.
337+
VirtualBox or VMWare Fusion.
338338

339339
### What is the benefit of HyperKit?
340340

machine/reference/create.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ $ docker-machine create -d virtualbox \
156156
foobarmachine
157157
```
158158

159-
This creates a virtual machine running locally in Virtualbox which uses the
159+
This creates a virtual machine running locally in VirtualBox which uses the
160160
`overlay` storage backend, has the key-value pairs `foo=bar` and `spam=eggs` as
161161
labels on the engine, and allows pushing / pulling from the insecure registry
162162
located at `registry.myco.com`. You can verify much of this by inspecting the

release-notes/docker-machine.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ toc_max: 2
523523
- Update Boot2Docker cache in PreCreateCheck phase
524524
- OpenStack
525525
- Filter floating IPs by tenant ID
526-
- Virtualbox
526+
- VirtualBox
527527
- Reject duplicate hostonlyifs Name/IP with clear message
528528
- Detect when hostonlyif can't be created. Point to known working version of VirtualBox
529529
- Don't create the VM if no hardware virtualization is available and add a flag to force create
@@ -581,7 +581,7 @@ Non-core driver plugins should still work as intended (in externally distributed
581581
- Generic
582582
- Support password protected ssh keys though ssh-agent
583583
- Support DNS names
584-
- Virtualbox
584+
- VirtualBox
585585
- Show a warning if virtualbox is too old
586586
- Recognize yet another Hardware Virtualization issue pattern
587587
- Fix Hardware Virtualization on Linux/AMD

0 commit comments

Comments
 (0)