diff --git a/src/makeBaseApp/top/config/makeConfigAppInclude.pl b/src/makeBaseApp/top/config/makeConfigAppInclude.pl index ce18a67cc..87258bec5 100644 --- a/src/makeBaseApp/top/config/makeConfigAppInclude.pl +++ b/src/makeBaseApp/top/config/makeConfigAppInclude.pl @@ -11,7 +11,7 @@ $top = $ARGV[2]; unlink("${outfile}"); open(OUT,">${outfile}") or die "$! opening ${outfile}"; -print OUT "#Do not modify thie file.\n"; +print OUT "#Do not modify this file.\n"; print OUT "#This file is created during the build.\n"; @files =(); @@ -52,7 +52,7 @@ foreach $file (@files) { print OUT "EPICS_INCLUDES += -I$post/include\n"; } if ( -d "$post/dbd") { #check that directory exists - print OUT "EPICS_DBDFLAGS += -I$post/dbd\n"; + print OUT "EPICS_DBDFLAGS += -I $post/dbd\n"; } } }