Blob Blame History Raw
From 7a0e2947ad9372bcee0929cb0b22e10826b61cd9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Miroslav=20Such=C3=BD?= <msuchy@redhat.com>
Date: Thu, 30 Mar 2017 09:21:44 +0200
Subject: [PATCH] lib: typo in header

See commit 41740b0d9954a1b9c44755ba61f1d5e7a4c42512

Signed-off-by: Jakub Filak <jakub@thefilaks.net>
---
 src/include/libabrt.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/include/libabrt.h b/src/include/libabrt.h
index f71bbd3..ffc0da8 100644
--- a/src/include/libabrt.h
+++ b/src/include/libabrt.h
@@ -127,8 +127,8 @@ wait for the reply
 @param message The abrtd reply
 @return -errno on error otherwise return value of abrtd
 */
-#define notify_new_path_with_reponse abrt_notify_new_path_with_response
-int notify_new_path_with_reponse(const char *path, char **message);
+#define notify_new_path_with_response abrt_notify_new_path_with_response
+int notify_new_path_with_response(const char *path, char **message);
 
 /* Note: should be public since unit tests need to call it */
 #define koops_extract_version abrt_koops_extract_version
-- 
2.9.4