Skip to content
This repository has been archived by the owner on Apr 16, 2019. It is now read-only.

Commit

Permalink
fix misspelling of Chisel
Browse files Browse the repository at this point in the history
  • Loading branch information
eam committed Aug 11, 2012
1 parent cad8c7e commit 959427d
Show file tree
Hide file tree
Showing 47 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion client_dt/sbin/dt-activate
Expand Up @@ -251,7 +251,7 @@ sub update_inittab {
}

sub get_pgid {
if (-e $chisle_lockfile) {
if (-e $chisel_lockfile) {
# if the lockfile exists, assume we're trusting it
my @lsof = split "\n", qx[lsof -Fg $chisel_lockfile];
my $pgid;
Expand Down

0 comments on commit 959427d

Please sign in to comment.