Author: Andreas Tille <tille@debian.org>
LastChanged: Thu, 07 Nov 2013 14:44:28 +0100
Description: Simple spelling fix that affects a lot of binaries

--- a/facilities/objects/dcmdict.c
+++ b/facilities/objects/dcmdict.c
@@ -1351,7 +1351,7 @@ static DCMDICT PRC_dictionary[] = {
     {DCM_PRCREPORTINGPRIORITY, DCM_SH, "PRC  Reporting Priority"},
     {DCM_PRCNAMESINTENDEDRECIPIENTSRESULTS, DCM_PN, "PRC Names of Intended Recipients of Results"},
     {DCM_PRCREQUESTEDPROCCOMMENTS, DCM_LT, "PRC Requested Procedure Comments"},
-    {DCM_PRCREASONFORIMAGINGSERVICEREQ, DCM_LO, "PRC Reason for teh Imaging Service Request"},
+    {DCM_PRCREASONFORIMAGINGSERVICEREQ, DCM_LO, "PRC Reason for the Imaging Service Request"},
     {DCM_PRCISSUEDATEIMAGINGSERVICEREQ, DCM_DA, "PRC Issue Date of Imaging Service Request"},
     {DCM_PRCISSUETIMEIMAGINGSERVICEREQ, DCM_TM, "PRC Issue Time of Imaging Service Request"},
     {DCM_PRCPLACERORDERNUMBERIMAGINGSRVREQ, DCM_SH, "PRC Placer Order Number/Imaging Service Request"},
--- a/apps/storage_commit/nevent.c
+++ b/apps/storage_commit/nevent.c
@@ -167,7 +167,7 @@ storageCommitmentRequest(MSG_N_EVENT_REP
 		response->status = MSG_K_PROCESSINGFAILURE;
 		goto ExitPoint;
 	    }
-	    printf("Transaction UID: %s\n   SOP Instances commited: %d\n",
+	    printf("Transaction UID: %s\n   SOP Instances committed: %d\n",
 		   storageCommit.TraUID,
 		   LST_Count(&l));
 
--- a/apps/ctnnetwork/ctnnetwork.c
+++ b/apps/ctnnetwork/ctnnetwork.c
@@ -212,7 +212,7 @@ main(int argc, char **argv)
     if (GQ_GetQueue(image_Q_id, QueueElementSize) != GQ_NORMAL) {
 	if ((GQ_InitQueue(image_Q_id, QUEUE_SIZE, QueueElementSize)) != GQ_NORMAL) {
 	    COND_PushCondition(CTNNETWORK_NOGQ,
-			       "CTNNETWORK: Not able to acess Image Queue.");
+			       "CTNNETWORK: Not able to access Image Queue.");
 	    COND_DumpConditions();
 	    exit(-1);
 	}
--- a/apps/displays/ctndisp.c
+++ b/apps/displays/ctndisp.c
@@ -238,7 +238,7 @@ main(int argc, char **argv)
  */
     if (GQ_GetQueue(image_Q_id, QueueElementSize) != GQ_NORMAL) {
 	if ((GQ_InitQueue(image_Q_id, QUEUE_SIZE, QueueElementSize)) != GQ_NORMAL) {
-	    COND_PushCondition(CTNDISP_NOGQ, "CTNDISP: Not able to acess Image Queue.");
+	    COND_PushCondition(CTNDISP_NOGQ, "CTNDISP: Not able to access Image Queue.");
 	    COND_DumpConditions();
 	    exit(-1);
 	}
