From cca207cc909a9b36b2ba3994ac22f737cbb7978f Mon Sep 17 00:00:00 2001 From: Nikias Bassen Date: Thu, 5 Dec 2019 00:52:58 +0100 Subject: tools: Update .gitignore and name in header of c file --- .gitignore | 2 +- tools/inetcat.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f925abd..ec1712f 100644 --- a/.gitignore +++ b/.gitignore @@ -37,4 +37,4 @@ docs/html libusbmuxd.pc tools/.libs/* tools/iproxy -tools/icat +tools/inetcat diff --git a/tools/inetcat.c b/tools/inetcat.c index 5c908ae..e8b1b3a 100644 --- a/tools/inetcat.c +++ b/tools/inetcat.c @@ -1,5 +1,5 @@ /* - * icat.c -- simple netcat-like tool that enables service access to iOS devices + * inetcat.c -- simple netcat-like tool that enables service access to iOS devices * * Copyright (C) 2017 Adrien Guinet * -- cgit v1.1-32-gdbae