Skip to content

Commit

Permalink
Spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Mar 1, 2018
1 parent 1d7d51c commit 0050eb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsapplication.cpp
Expand Up @@ -220,7 +220,7 @@ void QgsApplication::init( QString profileFolder )
setPrefixPath( myPrefix, true );
#else
QDir myDir( applicationDirPath() );
// Fix for server wich is one level deeper in /usr/lib/cgi-bin
// Fix for server which is one level deeper in /usr/lib/cgi-bin
if ( applicationDirPath().contains( QStringLiteral( "cgi-bin" ) ) )
{
myDir.cdUp();
Expand Down

0 comments on commit 0050eb5

Please sign in to comment.