aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/support/log_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc/support/log_win32.h')
-rw-r--r--include/grpc/support/log_win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/support/log_win32.h b/include/grpc/support/log_win32.h
index 7abd5df394..0350056d26 100644
--- a/include/grpc/support/log_win32.h
+++ b/include/grpc/support/log_win32.h
@@ -42,7 +42,7 @@ extern "C" {
/* Returns a string allocated with gpr_malloc that contains a UTF-8
* formatted error message, corresponding to the error messageid.
- * Use in cunjunction with GetLastError() et al.
+ * Use in conjunction with GetLastError() et al.
*/
char *gpr_format_message(DWORD messageid);