This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]