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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-12-24 01:30:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-12-24 01:37:21 +0300
commitb450ba84d9dd51fe0e91fc848c312c7e92fcd176 (patch)
tree8adbe24936624ae89af2441a4fe13c06d02a5731 /source/blender/blenlib/BLI_dial_2d.h
parentf46ba1a7e06d534bd93c950aed4feca87edc4fea (diff)
Cleanup: correct filenames in comments
Diffstat (limited to 'source/blender/blenlib/BLI_dial_2d.h')
-rw-r--r--source/blender/blenlib/BLI_dial_2d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_dial_2d.h b/source/blender/blenlib/BLI_dial_2d.h
index 460b75b3fb7..71b0683d149 100644
--- a/source/blender/blenlib/BLI_dial_2d.h
+++ b/source/blender/blenlib/BLI_dial_2d.h
@@ -40,7 +40,7 @@
*
* dial = BLI_dial_initialize(start_position, threshold);
*
- * angle = BLI_dial_angle(dial, curent_position);
+ * angle = BLI_dial_angle(dial, current_position);
*
* MEM_freeN(dial);
* \endcode