Merge pull request #159 from laf0rge/laforge/typo

nas_message.py: Fix copy+paste error
This commit is contained in:
Sukchan Lee 2019-03-17 10:57:37 +09:00 committed by GitHub
commit 0b91d42cb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ def output_header_to_file(f):
""")
f.write("/*******************************************************************************\n")
f.write(" * This file had been created by gtpv2c_tlv.py script v%s\n" % (version))
f.write(" * This file had been created by nas_message.py script v%s\n" % (version))
f.write(" * Please do not modify this file but regenerate it via script.\n")
f.write(" * Created on: %s by %s\n * from %s\n" % (str(now), getpass.getuser(), filename))
f.write(" ******************************************************************************/\n\n")