From f6c6ce30c2c921f00722fa1332539e7c5bc0611e Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 7 Oct 2022 00:16:17 +0200 Subject: [PATCH] README typo fix. --- README.md | 2 +- bin/linspector | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 420ca97..7c41ef1 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ of Linspector. :) sure the license is compatible but MIT should always be preferred if an alternative is available. - The core of Linspector should not use 3rd party libraries. Only plugins, -notifications and types may use other libraries. But coping code into the +notifications and types may use other libraries. But copying code into the source tree is ok when respecting the license. Not using 3rd party libraries should always be preferred though. - Inline comments should be all lowercase. Descriptions and documentation comments diff --git a/bin/linspector b/bin/linspector index 778bf7a..aad9414 100755 --- a/bin/linspector +++ b/bin/linspector @@ -37,7 +37,7 @@ logger = logging.getLogger('linspector') # i currently only increase the 3rd number because the goal is that 0.19.* will become the first # stable version. -__version__ = '0.19.45.dev1' +__version__ = '0.19.46.dev1' __author__ = 'Johannes Findeisen '