Wrong entry in httpd.conf after 2nd virtual server

Everytime after adding the 2nd virtual server
one line is messed up in httpd.conf
After deleting line 1027 apache can be started
----
Starting httpd: Syntax error on line 1027 of /etc/httpd/conf/httpd.conf:
The address or port is invalid
[FAILED]
----

#
# ServerAdmin webmaster@dummy-host.example.com
# DocumentRoot /www/docs/dummy-host.example.com
# ServerName dummy-host.example.com
# ErrorLog logs/dummy-host.example.com-error_log
# CustomLog logs/dummy-host.example.com-access_log common
#
Include conf/mod_dos20.include
Include conf/mod_secure20.include
NameVirtualHost 123.123.123.123:80
NameVirtualHost :80 THIS ONE HERE IS LINE 1027

Status: 
Closed (fixed)