From 9ba681b02ef1ef223c7ba42f3250f9e71a75c89f Mon Sep 17 00:00:00 2001
From: "M. Hock" <martin.hock@fst.tu-darmstadt.de>
Date: Tue, 1 Mar 2022 11:54:53 +0100
Subject: [PATCH] Adjusted comment spelling and expression

---
 Examples/PlotID_centralized.m | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/Examples/PlotID_centralized.m b/Examples/PlotID_centralized.m
index 025dbbf..dda829a 100644
--- a/Examples/PlotID_centralized.m
+++ b/Examples/PlotID_centralized.m
@@ -25,9 +25,9 @@ plot(x.^2,y,'-r');
 PlotID.Publish(datapath,scriptPath, fig2, 'Method','centralized')
 
 %% Note:
-% If you rerun this script PlotId will tell you that a identical named (but
-% not binary idetical) file exists in the data folder. This is intended,
-% due protect the user from overwritting non (binary) identical files. The
-% reason for this is that two hdf files with the same data are not idetical
+% If you rerun this script PlotId will tell you that an identically named (but
+% not binary identical) file exists in the data folder. This is intended
+% to protect the user from overwritting non (binary) identical files. The
+% reason for this is that two hdf files with the same data are not identical
 % when recreated (see line 11). Usually you would use an existing file
 % without changing it.
\ No newline at end of file
-- 
GitLab