From be0b291535ee966a3f45268d76eaedeb7695dc8d Mon Sep 17 00:00:00 2001 From: florian <f.spreckelsen@inidscale.com> Date: Fri, 6 Aug 2021 17:23:50 +0200 Subject: [PATCH] FIX: Typo --- include/caosdb/transaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/caosdb/transaction.h b/include/caosdb/transaction.h index 1713050..bb40a8e 100644 --- a/include/caosdb/transaction.h +++ b/include/caosdb/transaction.h @@ -379,7 +379,7 @@ public: } /** - * Get a JSON representation of the respone. + * Get a JSON representation of the response. * * For debugging. */ -- GitLab