diff --git a/docs.it4i/anselm/storage.md b/docs.it4i/anselm/storage.md
index 1db96e3988f2e30af3f85805a28b70daddce1a43..c7e40c458e9ed508d3c2e3701c5fb814e3b44f01 100644
--- a/docs.it4i/anselm/storage.md
+++ b/docs.it4i/anselm/storage.md
@@ -183,7 +183,7 @@ Entries:       0
 Entries limit: 0
 ```
 
-In this example, we view current size limits and space occupied on  the /home and /scratch filesystem, for a particular user executing the command.
+In this example, we view current size limits and space occupied on the /home and /scratch filesystem, for a particular user executing the command.
 Note that limits are imposed also on number of objects (files, directories, links, etc...) that are allowed to create.
 
 To have a better understanding of where the space is exactly used, you can use following command to find out.
diff --git a/docs.it4i/general/resource_allocation_and_job_execution.md b/docs.it4i/general/resource_allocation_and_job_execution.md
index 97295ae37bab15661e1e601a881e6d5212e6f9fb..d21f7b9c9f419dea77fba42543b6550f6e696f8a 100644
--- a/docs.it4i/general/resource_allocation_and_job_execution.md
+++ b/docs.it4i/general/resource_allocation_and_job_execution.md
@@ -4,7 +4,7 @@ To run a [job](/#terminology-frequently-used-on-these-pages), [computational res
 
 ## Resources Allocation Policy
 
-The resources are allocated to the job in a fair-share fashion, subject to constraints set by the queue and resources available to the Project. [The Fair-share](/salomon/job-priority/#fair-share-priority)  ensures that individual users may consume approximately equal amount of resources per week. The resources are accessible via  queues for queueing the jobs. The queues provide prioritized and exclusive access to the computational resources. Following queues are are the most important:
+The resources are allocated to the job in a fair-share fashion, subject to constraints set by the queue and resources available to the Project. [The Fair-share](/salomon/job-priority/#fair-share-priority)  ensures that individual users may consume approximately equal amount of resources per week. The resources are accessible via queues for queueing the jobs. The queues provide prioritized and exclusive access to the computational resources. Following queues are are the most important:
 
 * **qexp**, the Express queue
 * **qprod**, the Production queue
@@ -36,4 +36,4 @@ Use GNU Parallel and/or Job arrays when running (many) single core jobs.
 
 In many cases, it is useful to submit huge (100+) number of computational jobs into the PBS queue system. Huge number of (small) jobs is one of the most effective ways to execute embarrassingly parallel calculations, achieving best runtime, throughput and computer utilization. In this chapter, we discuss the the recommended way to run huge number of jobs, including **ways to run huge number of single core jobs**.
 
-Read more on [Capacity computing](/salomon/capacity-computing) page.
\ No newline at end of file
+Read more on [Capacity computing](/salomon/capacity-computing) page.
diff --git a/docs.it4i/salomon/software/numerical-libraries/Clp.md b/docs.it4i/salomon/software/numerical-libraries/Clp.md
index b69fe4ffc425f7fbd5d32882110781d37e408d6e..7f5c57045e6944ceada5c0cba7cd7400f27e17c1 100644
--- a/docs.it4i/salomon/software/numerical-libraries/Clp.md
+++ b/docs.it4i/salomon/software/numerical-libraries/Clp.md
@@ -38,7 +38,7 @@ An example of Clp enabled application follows. In this example, the library solv
 
 int main (int argc, const char *argv[])
 {
-    ClpSimplex  model;
+    ClpSimplex model;
     int status;
     if (argc<2)
         status=model.readMps("/apps/all/Clp/1.16.10-intel-2017a/lib/p0033.mps");
diff --git a/docs.it4i/salomon/storage.md b/docs.it4i/salomon/storage.md
index 6796d51574b3d57f4954b6fc42bd180437dc8f23..6443659468ba59f2508ad521e48260cd5313c910 100644
--- a/docs.it4i/salomon/storage.md
+++ b/docs.it4i/salomon/storage.md
@@ -154,7 +154,7 @@ Entries:       6
 # based on Robinhood
 ```
 
-In this example, we view current size limits and space occupied on  the /home and /scratch filesystem, for a particular user executing the command.
+In this example, we view current size limits and space occupied on the /home and /scratch filesystem, for a particular user executing the command.
 Note that limits are imposed also on number of objects (files, directories, links, etc...) that are allowed to create.
 
 To have a better understanding of where the space is exactly used, you can use following command to find out.
diff --git a/docs.it4i/software/cae/comsol/comsol-multiphysics.md b/docs.it4i/software/cae/comsol/comsol-multiphysics.md
index c5170bfcffbafc2e8e744cf97ff1b7501f2c6b0b..4827d2d4a97ec3f141b0cbf3a18e25ee85ead9b6 100644
--- a/docs.it4i/software/cae/comsol/comsol-multiphysics.md
+++ b/docs.it4i/software/cae/comsol/comsol-multiphysics.md
@@ -29,7 +29,7 @@ $ ml COMSOL
 By default the **EDU variant** will be loaded. If user needs other version or variant, load the particular version. To obtain the list of available versions use
 
 ```console
-$ ml av  COMSOL
+$ ml av COMSOL
 ```
 
 If user needs to prepare COMSOL jobs in the interactive mode it is recommend to use COMSOL on the compute nodes via PBS Pro scheduler. In order run the COMSOL Desktop GUI on Windows is recommended to use the [Virtual Network Computing (VNC)](../../general/accessing-the-clusters/graphical-user-interface/x-window-system/).