diff --git a/displaypcs.asp b/displaypcs.asp
index 4fd3188..a1c1a83 100644
--- a/displaypcs.asp
+++ b/displaypcs.asp
@@ -258,7 +258,7 @@ Set rsStatus = Nothing
End If
If hasVnc And Not IsNull(rs("hostname")) And rs("hostname") <> "" Then
vncHost = rs("hostname") & ".logon.ds.ge.com"
- Response.Write("VNC")
+ Response.Write("VNC")
ElseIf hasVnc Then
Response.Write("VNC")
Else