From 3e0ea00e4fbf6c193f76589f0c5b352e92e31ee9 Mon Sep 17 00:00:00 2001 From: ville rantanen Date: Fri, 13 Oct 2017 15:53:48 +0300 Subject: [PATCH] fixed typo --- qcd_function | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qcd_function b/qcd_function index 5d81d98..ad3d1a9 100644 --- a/qcd_function +++ b/qcd_function @@ -397,7 +397,7 @@ function path_add_current { return } export PATH="${p}:$PATH" - path_remove_ducplicates + path_remove_duplicates echo PATH=$PATH } function path_remove_duplicates {