From d5375de2d8b63bce2db3247ff62ecd67b13f0fb9 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Thu, 31 Dec 2020 15:36:22 -0300 Subject: [PATCH] fix(all): Fix comments in header. --- src/GBError.ts | 2 +- src/GBService.ts | 2 +- src/index.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/GBError.ts b/src/GBError.ts index b80cdfc..8e367d2 100644 --- a/src/GBError.ts +++ b/src/GBError.ts @@ -19,7 +19,7 @@ | in the LICENSE file you have received along with this program. | | | | This program is distributed in the hope that it will be useful, | -| but WITHOUT ANY WARRANTY without even the implied warranty of | +| but WITHOUT ANY WARRANTY without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | GNU Affero General Public License for more details. | | | diff --git a/src/GBService.ts b/src/GBService.ts index 329f66e..7b1df5a 100644 --- a/src/GBService.ts +++ b/src/GBService.ts @@ -19,7 +19,7 @@ | in the LICENSE file you have received along with this program. | | | | This program is distributed in the hope that it will be useful, | -| but WITHOUT ANY WARRANTY without even the implied warranty of | +| but WITHOUT ANY WARRANTY without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | GNU Affero General Public License for more details. | | | diff --git a/src/index.ts b/src/index.ts index 587b869..9f0beb6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -19,7 +19,7 @@ | in the LICENSE file you have received along with this program. | | | | This program is distributed in the hope that it will be useful, | -| but WITHOUT ANY WARRANTY without even the implied warranty of | +| but WITHOUT ANY WARRANTY without even the implied warranty of | | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | | GNU Affero General Public License for more details. | | |