Skip to content

Commit 7389324

Browse files
Fix typos found by codespell
1 parent 1f0ba5d commit 7389324

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The Ubuntu Forums "system-info" script queries the users computer and prepares a
55
- Creates the file `system-info.txt` at the base of the user's home directory.
66
- Masks all sensitive info, like IP addresses, MAC addresses, Full FQDN and Serial numbers, automatically in a meaningful way.
77
- The script displays the report results within the 'less' utility to review the results, one screen at a time. To navigate from there, press the space bar, left, right, up, down, page up or page down keys to navigate. If in a graphical terminal session, you can also use mouse navigation. Press the "q" key to exit "less" and continue. It will print the final report and offer to upload to pastebin site.
8-
- Offers to post the results to the Ubuntu `pastebinit` provider if that program is installed, and a sufficiently reliable internet connection is available. This is the easiest way to share the sanitized results with the Ubuntu Community for support. After succssful upload to the pastebin, it will both display and log the URL of the uploaded report (`~/system-info-link.log`), for you to copy and paste in your post on the Ubuntu Forums.
8+
- Offers to post the results to the Ubuntu `pastebinit` provider if that program is installed, and a sufficiently reliable internet connection is available. This is the easiest way to share the sanitized results with the Ubuntu Community for support. After successful upload to the pastebin, it will both display and log the URL of the uploaded report (`~/system-info-link.log`), for you to copy and paste in your post on the Ubuntu Forums.
99
- Future versions may have an option to create the archive `system-info.tar.gz` if the report exceeds 19.5 kB in size.
1010

1111

@@ -24,7 +24,7 @@ This will download the script, make it executable, and run it, all in a row.
2424
Or, from a GUI Desktop, this way:
2525

2626
1. [Download][1] the script
27-
2. In Nautilus or other file broswer, From File Properties, Permissions, Make it executable.
27+
2. In Nautilus or other file browser, From File Properties, Permissions, Make it executable.
2828
3. Run it from your file browser or a Run dialog from kdialog
2929

3030
[1]: https://github.com/UbuntuForums/system-info/raw/main/system-info

system-info

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function CheckPrerequisites()
256256
check_paster=$((check_paster+1));
257257
missing_paster_progs="$missing_paster_progs$Program, "
258258
missing_programs="$missing_programs\n$Program"
259-
# To take care of a permssions check issue on Debian, 2022.06.15
259+
# To take care of a permissions check issue on Debian, 2022.06.15
260260
elif [[ "$Program" == "fdisk" ]]
261261
then
262262
LSB_ID=$(lsb_release -si)
@@ -1033,7 +1033,7 @@ function GetUserInstalled ()
10331033
echo -e " --- User Installed Package List:"
10341034
# Use apt-mark to list all packages marked as manually installed.
10351035
apt-mark showmanual | sort -u > $manually_installed
1036-
# Check to see if defualt installed list exists
1036+
# Check to see if default installed list exists
10371037
# for prebuilt system images, it does not exist
10381038
if [ -f /var/log/installer/initial-status.gz ]
10391039
then

0 commit comments

Comments
 (0)