Skip to content

Commit 502beb7

Browse files
committed
Merge pull request geekcomputers#19 from A1fus/typos
Fix typos
2 parents 3ab6f7e + d2b17d6 commit 502beb7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ In the scripts the comments etc are lined up correctly when they are viewed in [
1616

1717
- `logs.py` - This script will search for all `*.log` files in the given directory, zip them using the program you specify and then date stamp them.
1818

19-
- `move_files_over_x_days.py` - This will move all the files from the src directory that are over 240 days old to the destination directory.
19+
- `move_files_over_x_days.py` - This will move all the files from the source directory that are over 240 days old to the destination directory.
2020

21-
- `nslookup_check.py` - This very simple script opens the file `server_list.txt` and the does an nslookup for each one to check the DNS entry/
21+
- `nslookup_check.py` - This very simple script opens the file `server_list.txt` and the does an nslookup for each one to check the DNS entry.
2222

2323
- `osinfo.py` - Displays some information about the OS you are running this script on.
2424

@@ -28,7 +28,7 @@ In the scripts the comments etc are lined up correctly when they are viewed in [
2828

2929
- `powerdown_startup.py` - This goes through the server list and pings the machine, if it's up it will load the putty session, if its not it will notify you.
3030

31-
- `puttylogs.py` - Zip up all the logs in the given directory.
31+
- `puttylogs.py` - This zips up all the logs in the given directory.
3232

3333
- `script_count.py` - This scans my scripts directory and gives a count of the different types of scripts.
3434

0 commit comments

Comments
 (0)