From 43d216236d5a4f8ef0f4f254edb61161de891f2d Mon Sep 17 00:00:00 2001 From: Marc Bernard Date: Mon, 6 Jan 2025 16:24:24 +0000 Subject: [PATCH] update comment --- src/utils/zcl_abapgit_convert.clas.locals_imp.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/zcl_abapgit_convert.clas.locals_imp.abap b/src/utils/zcl_abapgit_convert.clas.locals_imp.abap index 01fd37133..1b153248f 100644 --- a/src/utils/zcl_abapgit_convert.clas.locals_imp.abap +++ b/src/utils/zcl_abapgit_convert.clas.locals_imp.abap @@ -247,7 +247,7 @@ CLASS lcl_bcp47_language_table IMPLEMENTATION. lv_sap1 = zcl_abapgit_convert=>uccp( im_sap1 ). CATCH cx_root. " Language is not supported in this system -> ignore it - " Should someone try to such language in a repo, it will result in an error (see above) + " Should someone try to use the language in a repo, it will result in an error (see above) RETURN. ENDTRY. ELSEIF strlen( im_sap1 ) = 1.