projects
/
igraph.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3325758
)
Fixing a spelling error
author
Tamas Nepusz
<ntamas@gmail.com>
Tue, 15 Jan 2019 14:10:32 +0000
(14:10 +0000)
committer
Andreas Tille
<tille@debian.org>
Tue, 15 Jan 2019 14:10:32 +0000
(14:10 +0000)
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
patch
|
blob
|
history
diff --git
a/src/drl_layout.cpp
b/src/drl_layout.cpp
index 3bf3f41cfce35a7ae3468413fd1d4b490132b2f5..20f53ba4cb470cada03940c36d9549cc998476c7 100644
(file)
--- 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("Unk
n
own DrL template", IGRAPH_EINVAL);
break;
}