Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/fetch_github_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
'''

Expand Down
2 changes: 1 addition & 1 deletion bin/fork_counter.py
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion bin/splunkgit_settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down