Browse Source

Update HttpServer.swift

Damian Kołakowski 12 years ago
parent
commit
1210683651
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Swifter/HttpServer.swift

+ 1 - 1
Swifter/HttpServer.swift

@@ -7,7 +7,7 @@
 
 import Foundation
 
-/* HTTP stream parser */
+/* HTTP server */
 
 class HttpServer
 {