Skip to content

Commit

Permalink
Fix spelling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Oct 4, 2024
1 parent e8f315f commit 004732f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/node-version.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// This file doesn't use es6 since it needs to work on old versions of Node

if (typeof Buffer.alloc === 'undefined') {
console.log('Meteor Up requries a version of node that has "Buffer.alloc". Please update node.');
console.log('Meteor Up requires a version of node that has "Buffer.alloc". Please update node.');
process.exit(1);
}

Expand Down

0 comments on commit 004732f

Please sign in to comment.