aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-02-03 10:13:39 +0200
committerGitHub <noreply@github.com>2019-02-03 10:13:39 +0200
commit9a6bd9b4cb25405982951b0599dd51740cd9524d (patch)
tree73257a71a3a42d5a7f82597374e8c93871e68c49
parenta6f3a52c0a4cfd2676972f4a7891c4e39ab3dd40 (diff)
downloadtcp-9a6bd9b4cb25405982951b0599dd51740cd9524d.tar.gz
Update configure.ac
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c918a02..c18a09d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([File Sender], [0.0.1], [pashev.igor@gmai.com])
+AC_INIT([File Sender], [0.0.1], [pashev.igor@gmail.com])
AM_INIT_AUTOMAKE([dist-xz foreign])
AC_CONFIG_SRCDIR([server.c])
AC_CONFIG_HEADERS([config.h])