Index: kernel/generic/src/ipc/sysipc.c
===================================================================
--- kernel/generic/src/ipc/sysipc.c	(revision 88ad75f926abdcd537955f4cc15a2f4829e07c30)
+++ kernel/generic/src/ipc/sysipc.c	(revision 76c820911f83318e3a692b8ada91d9902bd5ff50)
@@ -607,5 +607,5 @@
 /** Forward a received call to another destination - slow version.
  *
- * This function is the slow verision of the sys_ipc_forward_fast interface.
+ * This function is the slow version of the sys_ipc_forward_fast interface.
  * It can copy all five new arguments and the new interface and method from
  * the userspace. It naturally extends the functionality of the fast version.
Index: uspace/lib/c/include/ipc/common.h
===================================================================
--- uspace/lib/c/include/ipc/common.h	(revision 88ad75f926abdcd537955f4cc15a2f4829e07c30)
+++ uspace/lib/c/include/ipc/common.h	(revision 76c820911f83318e3a692b8ada91d9902bd5ff50)
@@ -44,5 +44,5 @@
 
 /**
- * IPC_FLAG_AUTOSTART_ is for use in brokers only. In clinet code use
+ * IPC_FLAG_AUTOSTART_ is for use in brokers only. In client code use
  * IPC_AUTOSTART that includes implies blocking behavior.
  */
Index: uspace/srv/loader/main.c
===================================================================
--- uspace/srv/loader/main.c	(revision 88ad75f926abdcd537955f4cc15a2f4829e07c30)
+++ uspace/srv/loader/main.c	(revision 76c820911f83318e3a692b8ada91d9902bd5ff50)
@@ -445,5 +445,5 @@
 	errno_t rc = taskman_intro_loader();
 	if (rc != EOK) {
-		printf("%s: did not receive connectin from taskman (%i)\n",
+		printf("%s: did not receive connection from taskman (%i)\n",
 		    NAME, rc);
 		return rc;
