Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikkel Krautz <mikkel@krautz.dk>2017-04-01 10:10:23 +0300
committerMikkel Krautz <mikkel@krautz.dk>2017-04-01 10:10:23 +0300
commit5bbf313d5fd2534791d2801fdd69e577b5770d43 (patch)
tree9e7b33f65eb6b548f52a2abfa241d34f0d9822c6 /scripts/generate-cipherinfo.py
parent4a63973fa78f657fd9848e0c57a32589fd0aa271 (diff)
scripts/generate-cipherinfo.py: use correct script name in comment.
Diffstat (limited to 'scripts/generate-cipherinfo.py')
-rwxr-xr-xscripts/generate-cipherinfo.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/generate-cipherinfo.py b/scripts/generate-cipherinfo.py
index e66a468fe..ace0013f2 100755
--- a/scripts/generate-cipherinfo.py
+++ b/scripts/generate-cipherinfo.py
@@ -283,7 +283,7 @@ def main():
output_c = True
if output_c:
- print('// Automatically generated by "cipherinfo.py". DO NOT EDIT BY HAND.')
+ print('// Automatically generated by "generate-cipherinfo.py". DO NOT EDIT BY HAND.')
print('//')
print('// I also agree to have manually vetted this file for correctness.')
print('//')