public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix a typo in api.cxx
@ 2018-09-19  4:04 Masanari Iida
  0 siblings, 0 replies; only message in thread
From: Masanari Iida @ 2018-09-19  4:04 UTC (permalink / raw)
  To: systemtap, dsmith, fche; +Cc: Masanari Iida

This patch fix a spelling typo in error message.

Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
 httpd/api.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/httpd/api.cxx b/httpd/api.cxx
index 431c6465f697..dc61fb57d920 100644
--- a/httpd/api.cxx
+++ b/httpd/api.cxx
@@ -337,7 +337,7 @@ void build_info::start_module_build()
 	lock_guard<mutex> lock(res_mutex);
 	if (builder_thread_running) {
 	    // This really shouldn't happen. Error out.
-	    server_error("Mulitple attempts to build module.");
+	    server_error("Multiple attempts to build module.");
 	    return;
 	}
 	builder_thread_running = true;
-- 
2.19.0

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-09-19  4:04 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-19  4:04 [PATCH] Fix a typo in api.cxx Masanari Iida

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).