From 79e35287df4cd9e410c3a160c2552ea40a335e2c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 5 Apr 2017 03:37:00 +0000 Subject: Spelling fixes * accesses * amount * append * command * cyrillic * daemonize * detaches * detail * documentation * dynamically * enabled * existence * extra * implementations * incoming * increment * initialize * issue * javascript * number * optimization * overall * pipeline * reassign * reclaimed * response * responses * sigabrt * specific * specificity * tidiness --- memcached_dtrace.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'memcached_dtrace.d') diff --git a/memcached_dtrace.d b/memcached_dtrace.d index 0fe132c..41617ff 100644 --- a/memcached_dtrace.d +++ b/memcached_dtrace.d @@ -172,7 +172,7 @@ provider memcached { /** * Fired when the processing of a command starts. * @param connid the connection id - * @param request the incomming request + * @param request the incoming request * @param size the size of the request */ probe process__command__start(int connid, const void *request, int size); @@ -180,7 +180,7 @@ provider memcached { /** * Fired when the processing of a command is done. * @param connid the connection id - * @param respnse the response to send back to the client + * @param response the response to send back to the client * @param size the size of the response */ probe process__command__end(int connid, const void *response, int size); -- cgit v1.2.1