From 93d98b55df3eb3fd80d29a235dd00186d7a043ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9on=20Avic=20Simmons?= Date: Thu, 3 Sep 2026 13:15:05 -0400 Subject: [PATCH] Fix typos in bin/ docstrings and stray character in fork_counter.py --- bin/fetch_github_data.py | 2 +- bin/fork_counter.py | 2 +- bin/splunkgit_settings.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/fetch_github_data.py b/bin/fetch_github_data.py index 5974c1e..b90b22a 100644 --- a/bin/fetch_github_data.py +++ b/bin/fetch_github_data.py @@ -13,7 +13,7 @@ # limitations under the License. ''' -This script polls usefull github data from github +This script polls useful github data from github Author: Emre Berge Ergenekon, Petter Eriksson ''' diff --git a/bin/fork_counter.py b/bin/fork_counter.py index eb490ba..8268802 100644 --- a/bin/fork_counter.py +++ b/bin/fork_counter.py @@ -1,4 +1,4 @@ -Y# Copyright 2011 Splunk, Inc. +# Copyright 2011 Splunk, Inc. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/bin/splunkgit_settings.py b/bin/splunkgit_settings.py index a667114..9cd4547 100644 --- a/bin/splunkgit_settings.py +++ b/bin/splunkgit_settings.py @@ -16,7 +16,7 @@ import re ''' -Functions for retriveing settigs from splunkgit conf file. +Functions for retrieving settings from splunkgit conf file. Author: Emre Berge Ergenekon, Petter Eriksson ''' SPLUNKGIT_GIT_SETTINGS = splunk.clilib.cli_common.getConfStanza('splunkgit','git')