From ad3477d4de0601fda166e836cd86ec7ba7305b02 Mon Sep 17 00:00:00 2001 From: Tamas Nepusz Date: Tue, 15 Jan 2019 14:10:32 +0000 Subject: [PATCH] Fixing a spelling error Last-Changed: Wed, 27 Aug 2014 21:58:56 +0100 Applied-Upstream: 0.7.2, https://github.com/igraph/igraph/commit/8bf4ddcc Gbp-Pq: Name drl_spelling_fix.patch --- src/drl_layout.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/drl_layout.cpp b/src/drl_layout.cpp index 3bf3f41..20f53ba 100644 --- a/src/drl_layout.cpp +++ b/src/drl_layout.cpp @@ -417,7 +417,7 @@ int igraph_layout_drl_options_init(igraph_layout_drl_options_t *options, options->simmer_damping_mult = 0; default: - IGRAPH_ERROR("Unkown DrL template", IGRAPH_EINVAL); + IGRAPH_ERROR("Unknown DrL template", IGRAPH_EINVAL); break; } -- 2.30.2