.. | .. |
---|
1 | 1 | #!/usr/bin/perl -w |
---|
| 2 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
2 | 3 | # |
---|
3 | 4 | # Copyright 2015 - Steven Rostedt, Red Hat Inc. |
---|
4 | 5 | # Copyright 2017 - Steven Rostedt, VMware, Inc. |
---|
5 | | -# |
---|
6 | | -# Licensed under the terms of the GNU GPL License version 2 |
---|
7 | 6 | # |
---|
8 | 7 | |
---|
9 | 8 | # usage: |
---|
.. | .. |
---|
664 | 663 | } |
---|
665 | 664 | |
---|
666 | 665 | else { |
---|
667 | | - die "Unknow option $opt\n"; |
---|
| 666 | + die "Unknown option $opt\n"; |
---|
668 | 667 | } |
---|
669 | 668 | } |
---|
670 | 669 | |
---|
.. | .. |
---|
733 | 732 | } |
---|
734 | 733 | } |
---|
735 | 734 | run_command "cp $good_start $good" or die "failed to copy to $good\n"; |
---|
736 | | - run_command "cp $bad_start $bad" or die "faield to copy to $bad\n"; |
---|
| 735 | + run_command "cp $bad_start $bad" or die "failed to copy to $bad\n"; |
---|
737 | 736 | } else { |
---|
738 | 737 | if ( ! -f $good ) { |
---|
739 | 738 | die "Can not find file $good\n"; |
---|