From: Tamas Nepusz Date: Tue, 15 Jan 2019 14:10:32 +0000 (+0000) Subject: Fixing a spelling error X-Git-Tag: archive/raspbian/0.8.2+ds-1+rpi1~1^2^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ad3477d4de0601fda166e836cd86ec7ba7305b02;p=igraph.git 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 --- 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; }