From 2bf2d0787d27a7031991c90740d9c3e94ddbc45c Mon Sep 17 00:00:00 2001 From: Boyuan Yang <073plan@gmail.com> Date: Mon, 6 Jun 2016 05:30:43 -0500 Subject: [PATCH] Fix typo in source code (#666) --- src/Makefile.am | 42 +++++++++++++++++++++--------------------- src/cache.h | 2 +- src/jconf.h | 2 +- src/local.h | 2 +- src/win32.h | 2 +- 5 files changed, 25 insertions(+), 25 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index d82f865d..a4d37605 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -28,31 +28,31 @@ endif ss_local_SOURCES = utils.c \ jconf.c \ json.c \ - encrypt.c \ - udprelay.c \ - cache.c \ - acl.c \ - netutils.c \ - local.c + encrypt.c \ + udprelay.c \ + cache.c \ + acl.c \ + netutils.c \ + local.c ss_tunnel_SOURCES = utils.c \ - jconf.c \ - json.c \ - encrypt.c \ - udprelay.c \ - cache.c \ - netutils.c \ - tunnel.c + jconf.c \ + json.c \ + encrypt.c \ + udprelay.c \ + cache.c \ + netutils.c \ + tunnel.c ss_server_SOURCES = utils.c \ - netutils.c \ + netutils.c \ jconf.c \ json.c \ encrypt.c \ - udprelay.c \ - cache.c \ - acl.c \ - resolv.c \ + udprelay.c \ + cache.c \ + acl.c \ + resolv.c \ server.c ss_manager_SOURCES = utils.c \ @@ -91,9 +91,9 @@ ss_redir_SOURCES = utils.c \ jconf.c \ json.c \ encrypt.c \ - netutils.c \ - cache.c \ - udprelay.c \ + netutils.c \ + cache.c \ + udprelay.c \ redir.c ss_redir_CFLAGS = $(AM_CFLAGS) -DMODULE_REDIR ss_redir_LDADD = $(SS_COMMON_LIBS) diff --git a/src/cache.h b/src/cache.h index 13a072fa..4bab8a81 100644 --- a/src/cache.h +++ b/src/cache.h @@ -1,5 +1,5 @@ /* - * cache.c - Define the cache manager interface + * cache.h - Define the cache manager interface * * Copyright (C) 2013 - 2016, Max Lv * diff --git a/src/jconf.h b/src/jconf.h index ca1ddd43..86e1f02f 100644 --- a/src/jconf.h +++ b/src/jconf.h @@ -1,5 +1,5 @@ /* - * server.c - Define the config data structure + * jconf.h - Define the config data structure * * Copyright (C) 2013 - 2016, Max Lv * diff --git a/src/local.h b/src/local.h index 57918f87..52114de9 100644 --- a/src/local.h +++ b/src/local.h @@ -1,5 +1,5 @@ /* - * local.h - Define the clinet's buffers and callbacks + * local.h - Define the client's buffers and callbacks * * Copyright (C) 2013 - 2016, Max Lv * diff --git a/src/win32.h b/src/win32.h index 661652e9..5be7b868 100644 --- a/src/win32.h +++ b/src/win32.h @@ -1,5 +1,5 @@ /* - * win32.c - Win32 port helpers + * win32.h - Win32 port helpers * * Copyright (C) 2014, Linus Yang *