From b9bcfb971054444f6806022f69fd7465f822c777 Mon Sep 17 00:00:00 2001 From: Rob1103 Date: Sat, 5 Nov 2022 20:25:13 +0100 Subject: [PATCH] dependtool first improvement --- srcs/dependtool/static_analyser.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcs/dependtool/static_analyser.go b/srcs/dependtool/static_analyser.go index bc90a41..8955cd4 100644 --- a/srcs/dependtool/static_analyser.go +++ b/srcs/dependtool/static_analyser.go @@ -196,7 +196,7 @@ func executeDependAptCache(programName string, data *u.StaticData, // findSourcesFiles puts together all C/C++ source files found in a given application folder. // -// It returns a slice containing the found source file names and an error if any. Otherwise, it +// It returns a slice containing the found source file names and an error if any, otherwise it // returns nil. func findSourcesFiles(workspace string) ([]string, error) {