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-07-02 10:38:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-07-02 11:05:10 +0300
commit10b694877b1065c262fdce22ab35be4752ad7076 (patch)
treeed7e492014f8407a9106ee5d06162b8d3af3603f /source/blender/blenkernel/BKE_undo_system.h
parenta9635c63842d47009cbb9b9de7ca8afa112254bf (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/blenkernel/BKE_undo_system.h')
-rw-r--r--source/blender/blenkernel/BKE_undo_system.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_undo_system.h b/source/blender/blenkernel/BKE_undo_system.h
index d4cb9331605..b5e153fca95 100644
--- a/source/blender/blenkernel/BKE_undo_system.h
+++ b/source/blender/blenkernel/BKE_undo_system.h
@@ -101,7 +101,7 @@ typedef struct UndoType {
* None of these callbacks manage list add/removal.
*
* Note that 'step_encode_init' is optional,
- * some undo types need to perform operatons before undo push finishes.
+ * some undo types need to perform operations before undo push finishes.
*/
void (*step_encode_init)(struct bContext *C, UndoStep *us);
@@ -122,7 +122,7 @@ typedef struct UndoType {
int step_size;
} UndoType;
-/* expose since we need to perform operations on spesific undo types (rarely). */
+/* Expose since we need to perform operations on specific undo types (rarely). */
extern const UndoType *BKE_UNDOSYS_TYPE_IMAGE;
extern const UndoType *BKE_UNDOSYS_TYPE_MEMFILE;
extern const UndoType *BKE_UNDOSYS_TYPE_PAINTCURVE;