From d57c2b0ed845fbf5cf93ac98bfcc30e132068b65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?St=C3=A9phane=20Adjemian=20=28Charybdis=29?=
 <stephane.adjemian@univ-lemans.fr>
Date: Fri, 12 Dec 2014 10:50:01 +0100
Subject: [PATCH] Fixed headers.

---
 src/get_directory_description.m     | 2 +-
 src/initialize_unit_tests_toolbox.m | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/get_directory_description.m b/src/get_directory_description.m
index af24689..4e321c7 100644
--- a/src/get_directory_description.m
+++ b/src/get_directory_description.m
@@ -1,6 +1,6 @@
 function flist = get_directory_description(basedir)
 
-% List recursively all the *.m files in a directory.
+% Lists recursively all the *.m files in a directory.
 %
 % INPUTS 
 %  - basedir [string], the name of the directory to be inspected.
diff --git a/src/initialize_unit_tests_toolbox.m b/src/initialize_unit_tests_toolbox.m
index e60cb11..e18a934 100644
--- a/src/initialize_unit_tests_toolbox.m
+++ b/src/initialize_unit_tests_toolbox.m
@@ -1,4 +1,4 @@
-% Get the path to the dates/src folder.
+% Get the path to the m-unit-tests/src folder.
 unit_tests_src_root = strrep(which('initialize_unit_tests_toolbox'),'initialize_unit_tests_toolbox.m','');
 
 if ~exist('isoctave','file') 
-- 
GitLab