From d62c9c8702a9a493b3047c41ef32e3ce43becf10 Mon Sep 17 00:00:00 2001 From: larshp Date: Fri, 5 Feb 2016 17:35:28 +0000 Subject: [PATCH] remove whitespace --- zabapgit.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zabapgit.abap b/zabapgit.abap index 2b729fd59..2cb6ca7e9 100644 --- a/zabapgit.abap +++ b/zabapgit.abap @@ -9852,7 +9852,7 @@ CLASS lcl_tadir IMPLEMENTATION. IF -devclass(lv_len) <> iv_package. * if abapGit project is installed in package ZZZ, all subpackages should be named * ZZZ_something. This will define the folder name in the zip file to be "something", -* similarily with online projects +* similarily with online projects MESSAGE 'Unexpected package naming(' && -devclass && ')' TYPE 'I'. CONTINUE. ENDIF.