summaryrefslogtreecommitdiffstats
path: root/doc/developer-guide/logging-guidelines.md
diff options
context:
space:
mode:
authorN Balachandran <nbalacha@redhat.com>2018-12-26 11:40:26 +0530
committerN Balachandran <nbalacha@redhat.com>2018-12-26 12:41:40 +0000
commita11c5c66321dd8411373a68cc163c981c7d083df (patch)
tree3bc767945bce65e5750bf85aaf590da09ef5bd53 /doc/developer-guide/logging-guidelines.md
parenta3d12d340abc0fb8cfa4d2faffbd59a1e5ba5718 (diff)
core: Fixed typos in nl-cache and logging-guidelines.md
Replaced "recieve" with "receive". Change-Id: I58a3d3d4a0093df4743de9fae4d8ff152d4b216c fixes: bz#1662089 Signed-off-by: N Balachandran <nbalacha@redhat.com>
Diffstat (limited to 'doc/developer-guide/logging-guidelines.md')
-rw-r--r--doc/developer-guide/logging-guidelines.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/developer-guide/logging-guidelines.md b/doc/developer-guide/logging-guidelines.md
index 58adf944b67..0e6b2588535 100644
--- a/doc/developer-guide/logging-guidelines.md
+++ b/doc/developer-guide/logging-guidelines.md
@@ -62,7 +62,7 @@ There are 2 interfaces provided to log messages,
headers (like the time stamp, dom, errnum etc.). The primary users of
the above interfaces are, when printing the final graph, or printing
the configuration when a process is about dump core or abort, or
- printing the backtrace when a process recieves a critical signal
+ printing the backtrace when a process receives a critical signal
- These interfaces should not be used outside the scope of the users
above, unless you know what you are doing