Skip to content

Commit e0ffd92

Browse files
committedFeb 23, 2016
Fix typo
1 parent d0d284a commit e0ffd92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/plugins/processing/tools/dataobjects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ def load(fileName, name=None, crs=None, style=None):
195195
if prjSetting:
196196
settings.setValue('/Projections/defaultBehaviour', prjSetting)
197197
raise RuntimeError('Could not load layer: ' + unicode(fileName)
198-
+ '\nCheck the procesing framework log to look for errors')
198+
+ '\nCheck the processing framework log to look for errors')
199199
if prjSetting:
200200
settings.setValue('/Projections/defaultBehaviour', prjSetting)
201201

0 commit comments

Comments
 (0)
Please sign in to comment.