Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/intern
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2014-08-13 03:33:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-08-13 03:34:37 +0400
commit7df4fc5eafdecf79579e4559b3db7ddeff4af880 (patch)
treec19210f5ad2e0fbfc499526560e38fa31159d891 /intern
parentdfd9bfd3a8ac8fef72d5547cdb7b0612f6ed6265 (diff)
Spelling
Diffstat (limited to 'intern')
-rw-r--r--intern/ghost/intern/GHOST_DisplayManager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_DisplayManager.h b/intern/ghost/intern/GHOST_DisplayManager.h
index f3c1da90b75..afdb11543e9 100644
--- a/intern/ghost/intern/GHOST_DisplayManager.h
+++ b/intern/ghost/intern/GHOST_DisplayManager.h
@@ -100,7 +100,7 @@ public:
/**
* Changes the current setting for this display device.
- * The setting given to this method is matched against the available diplay settings.
+ * The setting given to this method is matched against the available display settings.
* The best match is activated (@see findMatch()).
* \param display The index of the display to query with 0 <= display < getNumDisplays().
* \param setting The setting of the display device to be matched and activated.