resources: fixing typos in readme of gapbs and parsec

Change-Id: If0a56c5cd270d2f0da9b25f3eece4d77bf855e0f
Reviewed-on: https://gem5-review.googlesource.com/c/public/gem5-resources/+/46459
Reviewed-by: Hoa Nguyen <hoanguyen@ucdavis.edu>
Reviewed-by: Jason Lowe-Power <power.jg@gmail.com>
Maintainer: Jason Lowe-Power <power.jg@gmail.com>
Tested-by: Jason Lowe-Power <power.jg@gmail.com>
diff --git a/src/gapbs/README.md b/src/gapbs/README.md
index cb739c9..a1344f7 100644
--- a/src/gapbs/README.md
+++ b/src/gapbs/README.md
@@ -45,21 +45,21 @@
 gem5 scripts which configure the system and run the simulation are available in `configs/`.
 The main script `run_gapbs.py` expects following arguments:
 
-* **kernel** : A manditory positional argument. The path to the Linux kernel. GAPBS has been tested with [vmlinux-5.2.3](http://dist.gem5.org/dist/v21-0/kernels/x86/static/vmlinux-5.2.3). See `src/linux-kernel` for information on building a linux kernel for gem5.
+* **kernel** : A mandatory positional argument. The path to the Linux kernel. GAPBS has been tested with [vmlinux-5.2.3](http://dist.gem5.org/dist/v21-0/kernels/x86/static/vmlinux-5.2.3). See `src/linux-kernel` for information on building a linux kernel for gem5.
 
-* **disk** : A manditory positional argument. The path to the disk image.
+* **disk** : A mandatory positional argument. The path to the disk image.
 
-* **cpu\_type** : A manditory positional argument. The cpu model (`kvm`, `atomic`, `simple`, `o3`).
+* **cpu\_type** : A mandatory positional argument. The cpu model (`kvm`, `atomic`, `simple`, `o3`).
 
-* **num\_cpus** : A manditory positional argument. The number of cpu cores.
+* **num\_cpus** : A mandatory positional argument. The number of cpu cores.
 
-* **mem\_sys** : A manditory positional argument. The memory model (`classic`, `MI_example`, or `MESI_Two_Level`).
+* **mem\_sys** : A mandatory positional argument. The memory model (`classic`, `MI_example`, or `MESI_Two_Level`).
 
-* **benchmark** : A manditory positional argument. The graph workload (`cc`, `bc`, `bfs`, `tc`, `pr`, `sssp`).
+* **benchmark** : A mandatory positional argument. The graph workload (`cc`, `bc`, `bfs`, `tc`, `pr`, `sssp`).
 
-* **synthetic** : A manditory positional argument. The graph type. If synthetic graph then `1`, otherwise `0` for a real world graph.
+* **synthetic** : A mandatory positional argument. The graph type. If synthetic graph then `1`, otherwise `0` for a real world graph.
 
-* **graph** : A manditory positional argument. If synthetic, then the size of the graph. Otherwise the name of graph to execute.
+* **graph** : A mandatory positional argument. If synthetic, then the size of the graph. Otherwise the name of graph to execute.
 
 Example usage:
 
diff --git a/src/parsec/disk-image/parsec/parsec-benchmark/pkgs/libs/ssl/src/doc/ssleay.txt b/src/parsec/disk-image/parsec/parsec-benchmark/pkgs/libs/ssl/src/doc/ssleay.txt
index c753129..78670d9 100644
--- a/src/parsec/disk-image/parsec/parsec-benchmark/pkgs/libs/ssl/src/doc/ssleay.txt
+++ b/src/parsec/disk-image/parsec/parsec-benchmark/pkgs/libs/ssl/src/doc/ssleay.txt
@@ -1210,7 +1210,7 @@
 The following is the list of standard commands passed as the 
 second parameter to BIO_ctrl() and should be supported by 
 all BIO as best as possible.  Some are optional, some are 
-manditory, in any case, where is makes sense, a filter BIO 
+mandatory, in any case, where is makes sense, a filter BIO 
 should pass such requests to underlying BIO's.
 -	BIO_CTRL_RESET	- Reset the BIO back to an initial state.
 -	BIO_CTRL_EOF	- return 0 if we are not at the end of input,