Fix some spelling errors in lmms (#5151)
This commit is contained in:
@@ -139,7 +139,7 @@ static void stream_state_callback( pa_stream *s, void * userdata )
|
||||
|
||||
case PA_STREAM_FAILED:
|
||||
default:
|
||||
qCritical( "Stream errror: %s\n",
|
||||
qCritical( "Stream error: %s\n",
|
||||
pa_strerror(pa_context_errno(
|
||||
pa_stream_get_context( s ) ) ) );
|
||||
}
|
||||
|
||||
@@ -165,7 +165,7 @@ void printHelp()
|
||||
" rendertracks <project> [options...] Render each track to a different file\n"
|
||||
" upgrade <in> [out] Upgrade file <in> and save as <out>\n"
|
||||
" Standard out is used if no output file\n"
|
||||
" is specifed\n"
|
||||
" is specified\n"
|
||||
"\nGlobal options:\n"
|
||||
" --allowroot Bypass root user startup check (use with\n"
|
||||
" caution).\n"
|
||||
|
||||
@@ -419,8 +419,8 @@ void EnvelopeAndLfoView::paintEvent( QPaintEvent * )
|
||||
p.fillRect( x5, y_base - 1, 2, 2, end_points_color );
|
||||
|
||||
|
||||
int LFO_GRAPH_W = s_lfoGraph->width() - 3; // substract border
|
||||
int LFO_GRAPH_H = s_lfoGraph->height() - 6; // substract border
|
||||
int LFO_GRAPH_W = s_lfoGraph->width() - 3; // subtract border
|
||||
int LFO_GRAPH_H = s_lfoGraph->height() - 6; // subtract border
|
||||
int graph_x_base = LFO_GRAPH_X + 2;
|
||||
int graph_y_base = LFO_GRAPH_Y + 3 + LFO_GRAPH_H / 2;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user