Skip to content

Commit c7f54e3

Browse files
committed
typo fix
1 parent 701fb34 commit c7f54e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile.PL

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.
23792379
package Prima::Config;
23802380
use strict;
23812381
use warnings;

utils/prima-tmlink.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ sub load_file
9696

9797
print $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 */
101101
HEAD
102102

0 commit comments

Comments
 (0)