This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[PATCH] Fix a typo in api.cxx
- From: Masanari Iida <standby24x7 at gmail dot com>
- To: systemtap at sourceware dot org, dsmith at redhat dot com, fche at redhat dot com
- Cc: Masanari Iida <standby24x7 at gmail dot com>
- Date: Wed, 19 Sep 2018 13:03:51 +0900
- Subject: [PATCH] Fix a typo in api.cxx
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