fixed typo

This commit is contained in:
cubedro 2015-06-03 05:22:53 +03:00
parent 346c8e0784
commit b2ad83ba61
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ var sections = [
var types = [
'CON',
'CHR',
'UDP',
'UPD',
'BLK',
'TXS',
'STA',
@ -23,7 +23,7 @@ var types = [
var typeColors = {
'CON': chalk.reset.bold.yellow,
'CHR': chalk.reset.bold.red,
'UDP': chalk.reset.bold.green,
'UPD': chalk.reset.bold.green,
'BLK': chalk.reset.bold.blue,
'TXS': chalk.reset.bold.cyan,
'STA': chalk.reset.bold.red,