diff options
| author | luz.paz <luzpaz@users.noreply.github.com> | 2018-09-30 18:39:25 +0000 |
|---|---|---|
| committer | luz paz <luzpaz@users.noreply.github.com> | 2018-10-06 02:05:25 +0000 |
| commit | 33780c0f28bcda586b1e14de93525a6ab426e4df (patch) | |
| tree | 341c90061fed79841ea4161b2088d5baa40fe1fa /src/ui/widget/unit-tracker.cpp | |
| parent | Add new style register style property for stop color and opacity (diff) | |
| download | inkscape-33780c0f28bcda586b1e14de93525a6ab426e4df.tar.gz inkscape-33780c0f28bcda586b1e14de93525a6ab426e4df.zip | |
Misc. typos
Found via `codespell`
Diffstat (limited to 'src/ui/widget/unit-tracker.cpp')
| -rw-r--r-- | src/ui/widget/unit-tracker.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/widget/unit-tracker.cpp b/src/ui/widget/unit-tracker.cpp index bb9425b29..2d562f468 100644 --- a/src/ui/widget/unit-tracker.cpp +++ b/src/ui/widget/unit-tracker.cpp @@ -114,7 +114,7 @@ void UnitTracker::addAdjustment(GtkAdjustment *adj) g_object_weak_ref(G_OBJECT(adj), _adjustmentFinalizedCB, this); _adjList.push_back(adj); } else { - std::cerr << "UnitTracker::addAjustment: Ajustment already added!" << std::endl; + std::cerr << "UnitTracker::addAjustment: Adjustment already added!" << std::endl; } } |
