Skip to content

Commit dd75c13

Browse files
jeis4wpiehelms
authored andcommitted
propose typo fixes
1 parent 5801e7f commit dd75c13

6 files changed

Lines changed: 13 additions & 12 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
*.swo
33
*.swp
44
*.swn
5+
*~
56

67
katello-installer*
78
foreman-installer*

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ vagrant ssh centos9-stream-foreman-nightly
8080

8181
To access the WebUI, it's helpful to have the vagrant-hostmanager plugin installed, so that your Workstation will automatically be able to resolve the hostname of the box to its IP address.
8282

83-
Then you can simply open your browser and navigate to `https://centos9-stream-foreman-nightly.<HOSTNAME>.example.com` where `<HOSTNAME>` is replaced by the shortname of your workstation. The first time you do this you will need to accept the self-signed certicate.
83+
Then you can simply open your browser and navigate to `https://centos9-stream-foreman-nightly.<HOSTNAME>.example.com` where `<HOSTNAME>` is replaced by the shortname of your workstation. The first time you do this you will need to accept the self-signed certificate.
8484

8585
By default, `forklift` deploys Foreman with `admin`/`changeme` as username and password.
8686

@@ -166,7 +166,7 @@ allows completely automated dns resolution using dnsmasq from host to guest and
166166

167167
You can disable hostmanager in `vagrant/settings.yaml` by setting `hostmanager_enabled` option.
168168

169-
When using a briged network or with multiple network interfaces, the hostmanager would resolve the internal ip from the ssh-info, you can choose an ip of a particular network interface in `vagrant/settings.yaml` by setting `hostmanager_ip_resolver_device` option with the device name.
169+
When using a bridged network or with multiple network interfaces, the hostmanager would resolve the internal ip from the ssh-info, you can choose an ip of a particular network interface in `vagrant/settings.yaml` by setting `hostmanager_ip_resolver_device` option with the device name.
170170

171171
```yaml
172172
hostmanager_ip_resolver_device: 'eth1'
@@ -211,7 +211,7 @@ Options:
211211
| primary | set the machine to be the default target of vagrant commands such as 'vagrant ssh' |
212212
| libvirt_qemu_use_session | Use qemu session instead of system |
213213

214-
Entirely new boxes can be created that do not orginate from a box defined within the Vagrantfile. For example, if you had access to a RHEL Vagrant box:
214+
Entirely new boxes can be created that do not originate from a box defined within the Vagrantfile. For example, if you had access to a RHEL Vagrant box:
215215

216216
```yaml
217217
rhel7:
@@ -275,7 +275,7 @@ with-sshfs:
275275

276276
If you want to mount in the opposite direction, just change `reverse` to `False` or remove it entirely.
277277

278-
Additonal options may be specified with using `options`.
278+
Additional options may be specified with using `options`.
279279

280280
```yaml
281281
with-sshfs-options:

docs/development.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This covers how to setup and configure a development environment using the Forkl
2323

2424
A Katello development environment can be deployed on Enterprise Linux (EL) distributions. Ensure that you have followed the steps to setup Vagrant and the libvirt plugin. There are a variety of useful development environment options that should or can be set when creating a development box. These options are designed to configure your environment ready to use your own fork, and create pull requests. To create a development box:
2525

26-
1. Copy `vagrant/boxes.d/99-local.yaml.example` to `vagrant/boxes.d/99-local.yaml`.
26+
1. Copy `vagrant/boxes.d/99-local.yaml.example` to `vagrant/boxes.d/99-local.yaml`.
2727
If you already have a `99-local.yaml`, you can copy the entries in `99-local.yaml.example` to your `99-local.yaml`.
2828
2. Fill in any ansible options, examples:
2929
* `foreman_devel_github_push_ssh`: Force git to push over SSH when HTTPS remote is configured
@@ -360,7 +360,7 @@ To use:
360360

361361
## Advanced features
362362

363-
These are playbooks, roles and variables provided to use additional funcionalities to test advanced foreman features.
363+
These are playbooks, roles and variables provided to use additional functionalities to test advanced foreman features.
364364
This list should be organized by foreman feature.
365365

366366
* [Kerberos](#foreman-with-active-directory)
@@ -371,7 +371,7 @@ This list should be organized by foreman feature.
371371

372372
You need the AD controller with domain controller you want to test this against.
373373
Easiest is to install Windows server (ideally core to save resources, but its harder to install AD and setup DNS).
374-
This controller doesn't need to be searchable in your environmnet, we will point libvirt there.
374+
This controller doesn't need to be searchable in your environment, we will point libvirt there.
375375

376376
I will be using the domain `example.com` and expect your AD controller runs on IP `192.0.2.8`.
377377

docs/provision.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ host.
77

88
## How to configure
99

10-
1. If necessary, enable nested virt on your phyiscal box (see in [Checking if nested virtualization is supported](https://docs.fedoraproject.org/en-US/quick-docs/using-nested-virtualization-in-kvm)). Essentially, add this line to kvm-intel.conf and reboot:
10+
1. If necessary, enable nested virt on your physical box (see in [Checking if nested virtualization is supported](https://docs.fedoraproject.org/en-US/quick-docs/using-nested-virtualization-in-kvm)). Essentially, add this line to kvm-intel.conf and reboot:
1111

1212
```
1313
echo "options kvm-intel nested=1" | sudo tee /etc/modprobe.d/kvm-intel.conf
@@ -16,7 +16,7 @@ host.
1616
2. Build a box
1717
* Option 1: Use the `centos9-provision-nightly` box.
1818
19-
* Option 2: Use an existing Katello box (e.g. centos9-stream-katello-nightly) and run the provisioning playbook (it takes a while, as it syncs (on-demand) CentOS Stream 9, Puppet 7).
19+
* Option 2: Use an existing Katello box (e.g. centos9-stream-katello-nightly) and run the provisioning playbook (it takes a while, as it syncs (on-demand) CentOS Stream 9, Puppet 7).
2020
NOTE: If you are using Puppet 7 or higher, you need to increase the ram on the box, to something like 8096 otherwise candlepin crashes with OOM.
2121
2222
```
@@ -28,7 +28,7 @@ host.
2828
* Click "libvirt"
2929
* Click Compute profiles
3030
* Click 2-Medium
31-
* increse ram to 2048MB (required for CentOS Stream 9)
31+
* increase ram to 2048MB (required for CentOS Stream 9)
3232
* change network type to NAT, network name = provision
3333
* Click Submit
3434
4. Configure Activation Key

docs/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ sudo service start nfs-server
3636

3737
## Low disk space
3838

39-
Your OS may be installed with a large root parition and smaller `/home`
39+
Your OS may be installed with a large root partition and smaller `/home`
4040
partition. Vagrant will populate `~/.vagrant.d/` with boxes by default; each of
4141
which can be over 2GB in size. This may cause disk space issues on your `/home`
4242
partition.

packer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To create a version specific dev box, follow the directions above to install pac
4949
cd ./forklift/packer
5050
```
5151

52-
and run this comand (replacing 4.13 with the correct version):
52+
and run this command (replacing 4.13 with the correct version):
5353

5454
```sh
5555
./scripts/build_stable_dev_box.rb 4.13

0 commit comments

Comments
 (0)