Skip to content

Commit

Permalink
Spelling typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
arantius committed May 17, 2011
1 parent cb28ac6 commit 6bda9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/third-party/mpl-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function GM_openFolder(aFile) {
var fParent = aFile.parent;

try {
// Lauch the parent directory if the file doesn't exist.
// Launch the parent directory if the file doesn't exist.
if (fParent.exists()) fParent.launch();
} catch (e) {
// If launch also fails let the OS handler try to open the parent.
Expand Down

0 comments on commit 6bda9f9

Please sign in to comment.