File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2264,7 +2264,7 @@ sub create_codecs_c
22642264 print $fh <<CONTENT ;
22652265/*
22662266 This file was automatically generated.
2267- Do not edit, you'll loose your changes anyway.
2267+ Do not edit, you'll lose your changes anyway.
22682268*/
22692269
22702270#include "img.h"
@@ -2375,7 +2375,7 @@ sub create_config_pm
23752375 open my $fh , " >" , " Prima/Config.pm" or die " cannot open Prima/Config.pm:$! \n " ;
23762376 print $fh <<CONFIG ;
23772377# This file was automatically generated.
2378- # Do not edit, you'll loose your changes anyway.
2378+ # Do not edit, you'll lose your changes anyway.
23792379package Prima::Config;
23802380use strict;
23812381use warnings;
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ sub load_file
9696
9797print $f <<HEAD ;
9898/* This file was automatically generated.
99- Do not edit, you'll loose your changes anyway.
99+ Do not edit, you'll lose your changes anyway.
100100 file: $fName */
101101HEAD
102102
You can’t perform that action at this time.
0 commit comments