Skip to content

Commit 41d4867

Browse files
committed
papers/sc-2018: fix a few 17->18 typos
Signed-off-by: Jeff Squyres <[email protected]>
1 parent 88eaf1a commit 41d4867

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

papers/sc-2018/data.inc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ $authors = "George Bosilca, Jeff Squyres, Edgar Gabriel, Josh Ladd";
77
$abstract = "Slides from the Open MPI State of the Union XII Community
88
Meeting at SC'18.";
99

10-
$presented = "<a href=\"http://sc18.supercomputing.org/\">" . "SC'17</a>,
11-
November 13, 2017, in Dallas, TX, USA";
10+
$presented = "<a href=\"http://sc18.supercomputing.org/\">" . "SC'18</a>,
11+
November 13, 2018, in Dallas, TX, USA";
1212

1313
$files[] = "Open-MPI-SC18-BOF.pdf";
1414

1515
$month = 11;
1616
$day = 13;
17-
$year = 2017;
17+
$year = 2018;
1818

1919
$bibtex = "";

0 commit comments

Comments
 (0)