Skip to content

Commit

Permalink
fix typo in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Oct 29, 2012
1 parent 125143f commit 01f1998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/language_pack/base.rb
Expand Up @@ -153,7 +153,7 @@ def run_stdout(command)
%x{ #{command} 2>/dev/null }
end

# run a shell command and stream the ouput
# run a shell command and stream the output
# @param [String] command to be run
def pipe(command)
output = ""
Expand Down

0 comments on commit 01f1998

Please sign in to comment.