diff options
author | hellekin <hellekin@cepheide.org> | 2012-06-28 15:20:58 +0200 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2012-06-28 15:20:58 +0200 |
commit | 157117475338bcaab5fc3453ec54250343da595c (patch) | |
tree | c388d8a39eeb8bbedbd3149f5f0223294f4cebaa | |
parent | e2c1675a4520a40bc500a9ba2d0f77b997225a14 (diff) | |
download | elgg-157117475338bcaab5fc3453ec54250343da595c.tar.gz elgg-157117475338bcaab5fc3453ec54250343da595c.tar.bz2 |
Fix typo in .gitmodules for infinite_scroll repository url
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 822bb4288..31347f96a 100644 --- a/.gitmodules +++ b/.gitmodules @@ -66,7 +66,7 @@ url = git://gitorious.org/lorea/online.git [submodule "mod/infinite_scroll"] path = mod/infinite_scroll - url = git://gitorious.org/lorea/infinite_scoll.git + url = git://gitorious.org/lorea/infinite_scroll.git [submodule "mod/registrationterms"] path = mod/registrationterms url = git://gitorious.org/lorea/registrationterms.git |