Skip to content

Commit 0050eb5

Browse files
committedMar 1, 2018
Spelling
1 parent 1d7d51c commit 0050eb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/core/qgsapplication.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ void QgsApplication::init( QString profileFolder )
220220
setPrefixPath( myPrefix, true );
221221
#else
222222
QDir myDir( applicationDirPath() );
223-
// Fix for server wich is one level deeper in /usr/lib/cgi-bin
223+
// Fix for server which is one level deeper in /usr/lib/cgi-bin
224224
if ( applicationDirPath().contains( QStringLiteral( "cgi-bin" ) ) )
225225
{
226226
myDir.cdUp();

0 commit comments

Comments
 (0)
Please sign in to comment.