summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2018-04-08 15:02:06 -0500
committerGunnar Mills <gmills@us.ibm.com>2018-04-08 15:02:06 -0500
commitb223b6673540b9f7af44ae65e165216f0dc5d733 (patch)
tree29ddb6d43547d0dae6f33441842bb2bfc5532ab1
parent7861079e16fc54957b0d093c244e8b1e997aedbc (diff)
downloadphosphor-debug-collector-b223b6673540b9f7af44ae65e165216f0dc5d733.tar.gz
phosphor-debug-collector-b223b6673540b9f7af44ae65e165216f0dc5d733.zip
Spelling fixes
Spelling errors found using github.com/lucasdemarchi/codespell A tool to fix common misspellings. This tool is licensed under GNU General Public License, version 2. Change-Id: I192b40fcab98b64e39b3100d41ea025ca280d842 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rwxr-xr-xtools/dreport.d/include.d/functions2
-rw-r--r--watch.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/dreport.d/include.d/functions b/tools/dreport.d/include.d/functions
index a2af4da..e2fb44f 100755
--- a/tools/dreport.d/include.d/functions
+++ b/tools/dreport.d/include.d/functions
@@ -58,7 +58,7 @@ function check_size()
{
source=$1
- #No size check required incase dump_size is set to unlimited
+ #No size check required in case dump_size is set to unlimited
if [ $dump_size = $UNLIMITED ]; then
return 0
fi
diff --git a/watch.cpp b/watch.cpp
index 270d1dc..5d05e9c 100644
--- a/watch.cpp
+++ b/watch.cpp
@@ -128,7 +128,7 @@ int Watch::callback(sd_event_source* s,
offset += offsetof(inotify_event, name) + event->len;
}
- //Call user call back function incase valid data in the map
+ //Call user call back function in case valid data in the map
if (!userMap.empty())
{
userData->userFunc(userMap);
OpenPOWER on IntegriCloud