cosmetic: transaction.h: 1 comment typo, 1 whitespace

Change-Id: Ia2629f9d9887b50b25c6996531b7ef518fb33335
diff --git a/openbsc/include/openbsc/transaction.h b/openbsc/include/openbsc/transaction.h
index 6ef1612..9a87d04 100644
--- a/openbsc/include/openbsc/transaction.h
+++ b/openbsc/include/openbsc/transaction.h
@@ -14,7 +14,7 @@
 	/* Entry in list of all transactions */
 	struct llist_head entry;
 
-	/* Back pointer to the netweork struct */
+	/* Back pointer to the network struct */
 	struct gsm_network *net;
 
 	/* The protocol within which we live */
@@ -22,7 +22,7 @@
 
 	/* The current transaction ID */
 	uint8_t transaction_id;
-	
+
 	/* To whom we belong, unique identifier of remote MM entity */
 	struct gsm_subscriber *subscr;